Update git configs
This commit is contained in:
parent
12c9568de2
commit
e9d5da760c
3 changed files with 9 additions and 3 deletions
|
|
@ -6,6 +6,8 @@
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --oneline --graph --decorate
|
lg = log --oneline --graph --decorate
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
helper = cache
|
||||||
|
[commit]
|
||||||
|
verbose = true
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --oneline --graph --decorate
|
lg = log --oneline --graph --decorate
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
helper = cache
|
||||||
|
[commit]
|
||||||
|
verbose = true
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --oneline --graph --decorate
|
lg = log --oneline --graph --decorate
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
helper = cache
|
||||||
|
[commit]
|
||||||
|
verbose = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue