added awesome graphical git log alias

pull/36/head
Florian Baumann 2010-12-28 13:00:44 +01:00
parent 6ffba72087
commit 36438fe680
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ alias gco='git checkout'
alias gexport='git archive --format zip --output'
alias gdel='git branch -D'
alias gmu='git fetch origin -v; git fetch upstream -v; git merge upstream/master'
alias gll='git log --graph --pretty=oneline --abbrev-commit'
case $OSTYPE in
linux*)