This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git config --global --add alias.lol "log --graph --decorate --pretty=oneline --abbrev-commit --all" | |
| $ git lol | |
| * 9f0349d (HEAD, origin/master, origin/HEAD, master) Now finally does frickin pull first. | |
| * 1cc98b0 Added auto-update. | |
| * 405970a Initial import. |