I am fairly new to git yet currently using it to manage our code in a team environment. I had some rebasing issues and I fixed them using
git
git ch
try this command
$ git push -f -u origin
i.e $ git push -f -u origin master
$ git push -f -u origin master