Better git log

This commit is contained in:
Daniel Flanagan 2018-08-25 01:44:32 -05:00
parent 4ac46ca22d
commit fd8088ee25

View file

@ -68,6 +68,7 @@ alias gp="git push --all"
alias grbpf="git push --force-with-lease"
alias gac="git add -A && git commit"
alias gsur="git submodule update --remote"
alias gl="git log --graph --pretty=oneline --abbrev-commit --decorate"
grb() {
MAIN_BRANCH="master"