SyntaxFix
Write A Post
Hire A Developer
Questions
You can change that default behavior in your .gitconfig, for example:
.gitconfig
[push] default = current
To check the current settings, run:
git config --global --get push.default