Added documentation for 'gll' git alias.

pull/36/head
Mark Szymanski 2010-12-28 10:39:04 -06:00
parent 36438fe680
commit c505dcfbbd
1 changed files with 1 additions and 0 deletions

View File

@ -68,5 +68,6 @@ function git-help() {
echo " gdel = git branch -D" echo " gdel = git branch -D"
echo " gpo = git push origin" echo " gpo = git push origin"
echo " gmu = git fetch origin -v; git fetch upstream -v; git merge upstream/master" echo " gmu = git fetch origin -v; git fetch upstream -v; git merge upstream/master"
echo " gll = git log --graph --pretty=oneline --abbrev-commit"
echo echo
} }