Removing unnecessary git commands

Removing less frequently used git commands: reset and blame to make tldr pages serve their purpose of being short ;)
This commit is contained in:
Chirag 2014-03-03 00:07:39 +05:30
parent 85e5fc87d6
commit f648192119

View File

@ -30,10 +30,6 @@
`git log`
- Show what revision and author last modified each line of a file
`git blame {{file}}`
- Clone an existing repository
`git clone {{remote-repository-location}}`
@ -66,14 +62,6 @@
`git merge {{branch-name}}`
- Reset current HEAD to the previous commit and preserve all unstaged changes
`git reset {{commit}}`
- Discard all local uncommitted changes
`git reset --hard HEAD`
- Calling help
`git --help`