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