Add git config
This commit is contained in:
parent
70dd1ee423
commit
09f96c2a3a
|
@ -0,0 +1,20 @@
|
||||||
|
[user]
|
||||||
|
email = fanyx@fanyx.xyz
|
||||||
|
name = fanyx
|
||||||
|
|
||||||
|
[alias]
|
||||||
|
l = log --pretty='format:%h %G? %s%d' -n20 --graph
|
||||||
|
tags = tag -l
|
||||||
|
branches = branch -a
|
||||||
|
remotes = remote -v
|
||||||
|
s = status -sb
|
||||||
|
ss = s -uno
|
||||||
|
|
||||||
|
[color]
|
||||||
|
diff = auto
|
||||||
|
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
||||||
|
[credential]
|
||||||
|
helper = store
|
Loading…
Reference in New Issue