Normalize git config
This commit is contained in:
parent
becb1ceca1
commit
4db0fc3f10
|
@ -11,6 +11,7 @@
|
|||
[alias]
|
||||
co = checkout
|
||||
cn = checkout -b
|
||||
cm = commit -m
|
||||
l = log --pretty='format:%h %G? %s%d' -n20 --graph --color
|
||||
tags = tag -l
|
||||
branches = branch -a
|
||||
|
|
Loading…
Reference in New Issue