I can not update master branch with origin / master content

0

I need help, I just reverted a commit using git push origin + 2310b09 ^: master. That is, I have returned to the father of the last commit in the remote master (origin) branch. Up to here perfect. Now I have done a git pull origin master from another machine where I have the content replicated and it returns me already-up-to-date, I do not understand it. On the other hand, if I make a git status from that machine, it returns "your branch is ahead of origin / master" by 98 commits. What do I have to do to leave the master branch of my machine replicated with the original / master branch? Thanks

    
asked by GL Git 01.03.2018 в 19:19
source

0 answers