SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same issue. The branch I was working on wasn't being tracked. The fix was:
git push orgin
This fixed it temporarily. To make the changes pertinently I:
git config push.default tracking