summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-08-23 21:58:50 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-08-23 21:58:50 +0200
commitae475bb4b7fa008eaf509a5ae7001b7ff05fdcd7 (patch)
treee6bb586cb9eb5a4faadbe812b54672b6d30b6c85
parentd1ad5900a4bd9470252561451e9a62a82ce34d1c (diff)
Updated short aliasas
-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'