From ae475bb4b7fa008eaf509a5ae7001b7ff05fdcd7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 23 Aug 2008 21:58:50 +0200 Subject: Updated short aliasas --- etc/alias/short | 7 ++++--- 1 file 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' -- cgit v1.2.3