Add more git bash aliases
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 5 Oct 2014 21:11:29 +0000 (17:11 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 24 Nov 2014 13:56:10 +0000 (08:56 -0500)
stage1/create-config-files

index df62799..e65c544 100755 (executable)
@@ -219,6 +219,8 @@ alias hy='history'
 alias gra='git rebase --abort'
 alias grc='git rebase --continue'
 alias gri='git rebase -i'
+alias gca='git commit --amend'
+alias vdc='vd --cached'
 
 EOF