Normalize git config
This commit is contained in:
parent
becb1ceca1
commit
4db0fc3f10
|
@ -3,14 +3,15 @@
|
|||
name = fanyx
|
||||
|
||||
[includeIf "gitdir:~/b1/"]
|
||||
path = ~/b1/.config/git/config
|
||||
path = ~/b1/.config/git/config
|
||||
|
||||
[includeIf "gitdir:~/b1/sap/"]
|
||||
path = ~/b1/sap/.config/git/config
|
||||
path = ~/b1/sap/.config/git/config
|
||||
|
||||
[alias]
|
||||
co = checkout
|
||||
cn = checkout -b
|
||||
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
|
||||
|
@ -19,10 +20,10 @@
|
|||
ss = s -uno
|
||||
|
||||
[color]
|
||||
diff = auto
|
||||
diff = auto
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
defaultBranch = main
|
||||
|
||||
[credential]
|
||||
helper = store
|
||||
helper = store
|
||||
|
|
Loading…
Reference in New Issue