Git

From neil.tappsville.com
Revision as of 01:10, 25 September 2019 by Gonzo (talk | contribs) (Created page with "===Local Changes vs Repo=== git log origin/master..HEAD You can also view the diff using the same syntax git diff origin/master..HEAD")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Local Changes vs Repo

git log origin/master..HEAD

You can also view the diff using the same syntax

git diff origin/master..HEAD