I\'m trying to update a Git repository on GitHub. I made a bunch of changes, added them, committed then attempted to do a git push. The response tells me that e
git push
Please try going to the last commit and then do git push origin HEAD:master.
git push origin HEAD:master