Lines Matching refs:HEAD
161 between your currently checked-out branch (``HEAD``) and the parent of
164 git log HEAD..<commit>^ -- <path>
170 git log -L:'\<function\>':<path> HEAD..<commit>^
185 git log -G'regex' HEAD..<commit>^ -- <path>
258 <<<<<<< HEAD
270 ++<<<<<<<< HEAD
297 ``git diff HEAD`` (or ``git diff --ours``) which shows only the diff
301 $ git diff HEAD
303 +<<<<<<<< HEAD
321 <<<<<<< HEAD
376 get them out of the way; this also lets you use ``git diff HEAD`` to
484 colordiff -yw -W 200 <(git diff -W <upstream commit>^-) <(git diff -W HEAD^-) | less -SR