#git bot interface
History of !lol
- git log --oneline --graph --all
By ikke at 2022-06-07 14:50:03
- A nifty view of branches, tags, and other refs: git log --oneline --graph --decorate --all
By canton7 at 2015-06-11 08:59:59
- A nifty view of branches, tags, and other refs: git config --global alias.lol "log --oneline --graph --decorate --all"
By qsuscs at 2015-06-09 14:28:29
- A nifty view of branches, tags, and other refs: git log --oneline --graph --decorate --all
By EugeneKay at 2012-09-17 05:48:39
- git config --global alias.lol "log --oneline --graph --decorate"
By RandalSchwartz at 2012-02-10 22:56:13
- git config --global --add alias.lol "log --oneline --graph --decorate"
By RandalSchwartz at 2012-02-10 22:55:11
- git config --add alias.lol "log --oneline --graph --decorate"
By RandalSchwartz at 2012-02-10 22:54:17
- git config --add alias.lol = log --oneline --graph --decorate
By RandalSchwartz at 2012-02-10 22:52:58
- git config -set alias.lol = log --oneline --graph --decorate
By RichiH at 2012-02-10 22:35:21