From 25ba3ccbba87e2e0c2d82397da73c374555dcf3a Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 26 Aug 2014 20:49:09 +0200 Subject: Git config: rh alias = reset HEAD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 058f519..7c995cd 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,6 +17,7 @@ cw = diff --color-words=[^[:space:],_]+ dh = diff HEAD ds = diff --staged + rh = reset HEAD wd = diff --word-diff swd = show --word-diff su = "!git_su() {\ -- cgit