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