how to revert git merges

As one might expect there are two types of merges. The ones that had been pushed and the ones that hadn’t yet. This is what you do if you haven’t pushed it yet: Timurs-MacBook-Pro:Halkbank__iOS timuraykutyildirim$ git reset –hard commit_hash HEAD is now at commit_hash commit_message Timurs-MacBook-Pro:Halkbank__iOS timuraykutyildirim$ git pull Already up-to-date   And this is… Read More how to revert git merges