git HEAD
Terminology
git reset HEAD <file> ¶ Unstage a file to be committed.
git rev-list HEAD ¶ List commits that are reachable by following the parent links from the current branch.
HEAD^ ¶ definition: 'Previous commit on the current branch.'
ety: ''
variants: ''
HEAD^<n> ¶ definition: 'Nth previous commit on the current branch.'
ety: ''
variants: ''
Facts, Thoughts and Opinions
Images
[[/div]]
- Subtopics
- Writings
Sources & Bookmarks
Name/Link | ¶ | Date |
---|