92107f3e49a37112705f589cfb78d2ce44353b93
[feisty_meow.git] / infobase / configuration / git / git_config_aliases.txt
1
2
3 # this command should go into ~/.gitconfig to enable the hist alias:
4
5 [alias]
6         hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
7
8
9 ### (add more awesome aliases here as we find them)