From f648192119729f0ca1156bbd5b79c9512720f2e5 Mon Sep 17 00:00:00 2001 From: Chirag Date: Mon, 3 Mar 2014 00:07:39 +0530 Subject: [PATCH] Removing unnecessary git commands Removing less frequently used git commands: reset and blame to make tldr pages serve their purpose of being short ;) --- common/git.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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`