Split gitconfig
This commit is contained in:
6
git/aliases
Normal file
6
git/aliases
Normal 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
|
||||
Reference in New Issue
Block a user