summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/alias/short7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/alias/short b/etc/alias/short
index c49e497..193d15d 100644
--- a/etc/alias/short
+++ b/etc/alias/short
@@ -20,8 +20,9 @@ alias fbij='fbi -a -u'
## Git
alias gita='git add'
-alias gitc='git commit -m'
-# gitd is a function, see there
+alias gitc='git commit'
+# gitd is a function, see there
+alias gitdc='gitd --cached'
alias gitf='git pull'
alias gitl='git log'
alias gitp='git push'
@@ -32,7 +33,7 @@ alias git-serve='git-daemon --export-all --base-path=. .'
alias hga='hg add'
alias hgar='hg addremove'
alias hgc='hg commit -m'
-# hgd is a function, see there
+# hgd is a function, see there
alias hgf='hg fetch'
alias hgg='hg glog | less'
alias hgh='hg heads'