Normalize git config
This commit is contained in:
parent
becb1ceca1
commit
4db0fc3f10
1 changed files with 8 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue