I use the following alias which I like a lot:
git config --global alias.dag 'log --oneline --decorate --all --graph'
It gives me something link this:
* 1234 (HEAD->master, origin/master) Commit Message
When I use emacs magit I also get the user name and date of commit:
* 1234 (HEAD->master, origin/master) Commit Message MyName date
Anyone know the best way to modify the alias to provide the extra information? It would also helped if it was column aligned like emacs does.