Update git config
This commit is contained in:
parent
6e6070b7b7
commit
5e9c34ed9b
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
||||||
s = status
|
s = status
|
||||||
yolo = !git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\"
|
yolo = !git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\"
|
||||||
[merge]
|
[merge]
|
||||||
ff = no
|
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
|
Loading…
Reference in a new issue