Normalize git config

This commit is contained in:
fanyx 2023-09-09 10:28:47 +02:00
parent becb1ceca1
commit 4db0fc3f10
1 changed files with 8 additions and 7 deletions

View File

@ -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