use tabs instead of 4x space
This commit is contained in:
parent
400aeb7696
commit
a48c6fbc67
|
@ -5,18 +5,18 @@
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
cn = checkout -b
|
cn = checkout -b
|
||||||
l = log --pretty='format:%h %G? %s%d' -n20 --graph
|
l = log --pretty='format:%h %G? %s%d' -n20 --graph
|
||||||
tags = tag -l
|
tags = tag -l
|
||||||
branches = branch -a
|
branches = branch -a
|
||||||
remotes = remote -v
|
remotes = remote -v
|
||||||
s = status -sb
|
s = status -sb
|
||||||
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