iJoeCollins / .dotfiles

.files, including Bynens legendary OS X defaults script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should include a --oneline git log alias

iJoeCollins opened this issue · comments

Sometimes it is necessary to quickly scan commits and git log oneline is the way to go.

Proposes:

alias glgo="git log --oneline"