no more git push -u

This commit is contained in:
Daylin Morgan 2023-07-12 12:43:28 -05:00
parent d73eac415f
commit 6135a21d8e
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -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