You might want to do the following:
git config remote.origin.push HEAD
Pushing without any arguments on a master branch can lead to your error message. I’m not sure if it’s a regression problem, or if it’s always been the case.
You might want to do the following:
git config remote.origin.push HEAD
Pushing without any arguments on a master branch can lead to your error message. I’m not sure if it’s a regression problem, or if it’s always been the case.