Added documentation for 'gll' git alias.

This commit is contained in:
Mark Szymanski
2010-12-28 10:39:04 -06:00
parent 36438fe680
commit c505dcfbbd

View File

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