projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f4099e
)
Add more git bash aliases
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 5 Oct 2014 21:11:29 +0000
(17:11 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 24 Nov 2014 13:56:10 +0000
(08:56 -0500)
stage1/create-config-files
patch
|
blob
|
history
diff --git
a/stage1/create-config-files
b/stage1/create-config-files
index
df62799
..
e65c544
100755
(executable)
--- a/
stage1/create-config-files
+++ b/
stage1/create-config-files
@@
-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