added .gitconfig to store things like git aliases.
This commit is contained in:
parent
efb9555083
commit
a5d123998c
6
git/.gitconfig
Normal file
6
git/.gitconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
[user]
|
||||
email = gabevenberg@gmail.com
|
||||
name = gabe
|
||||
[alias]
|
||||
hist = log --graph --date-order --date=short --pretty=format:'%C(auto)%h%d %C(reset)%s %C(bold blue)%ce %C(reset)%C(green)%cr (%cd)'
|
||||
graph = log --graph --date-order --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) (%C(bold red)%an%C(reset)/%C(bold cyan)%ae%C(reset)) - %C(white)%s%C(reset)%C(yellow)%d%C(reset)' --all
|
Loading…
Reference in a new issue