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]
|
||||
autosetuprebase = always
|
||||
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
||||
[alias]
|
||||
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
|
||||
root = rev-parse --show-toplevel
|
||||
|
|
Loading…
Reference in a new issue