From 38a7308c1e07584f099ee8bfd1b32fe7d13cda7e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 22 Oct 2014 02:20:44 -0700 Subject: [PATCH] add rh alias to .gitconfig. --- dotfiles/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 82e306ba..d7f91190 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -5,6 +5,7 @@ ff = merge --ff-only ca = !git add -A && git commit -av tb = rev-parse --abbrev-ref --symbolic-full-name @{u} + rh = reset --hard cam = commit -am poh = push origin HEAD pohm = push origin HEAD:master