Split gitconfig

This commit is contained in:
2017-03-30 09:40:37 +02:00
parent 4578695361
commit 000a8e579a
3 changed files with 22 additions and 22 deletions

6
git/aliases Normal file
View File

@@ -0,0 +1,6 @@
[alias]
d = difftool
co = checkout
st = status
ci = commit
hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(bold blue){{%an}}%C(reset) %C(white)%s %C(red)%d%C(reset)' --graph --date=short