diff --git a/common/git.md b/common/git.md index 1faa128169..cd98bf5c17 100644 --- a/common/git.md +++ b/common/git.md @@ -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` \ No newline at end of file +`git --help`