I have a remote git repository and a local one that i work with. Whenever i do any changes locally, i push them to the remote. Then i sometime do a \"git commit\" on the rem
I faced similar problem, and the following command worked. git push --set-upstream origin master