git hist alias added
[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)