On Sun, Mar 24, 2019 at 11:27 PM Rafael Ascensão <[email protected]> wrote: > > Or just $git log --graph --oneline, since --oneline is a shortcut for the > longer --pretty=oneline --abbrev-commit.
Thanks for the tip! I didn't know about the --oneline option, but now that I do, I suppose I don't really need an alias. -Alex

