no more git push -u
This commit is contained in:
parent
d73eac415f
commit
6135a21d8e
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ defaultBranch = main
|
||||||
[branch]
|
[branch]
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
|
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
|
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
|
|
Loading…
Reference in a new issue