diff --git a/git/gitconfig b/git/gitconfig index 76729f2..97c5316 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -78,3 +78,5 @@ pushInsteadOf = https://gitlab.com/ [url "ssh://git@bitbucket.org/"] pushInsteadOf = https://bitbucket.org/ +[push] + autoSetupRemote = true