The default revision HEAD

suggest change
$ git show         # equivalent to 'git show HEAD'

‘HEAD’ names the commit on which you based the changes in the working tree, and is usually the symbolic name for the current branch. Many (but not all) commands that take revision parameter defaults to ‘HEAD’ if it is missing.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents