I accidentally push branch instead of master.
So is there any way to revert that push so that I can bring back the master code? I am supposed to execute this command to go another branch from master:
git checkout ProductBranch
but accidentally I executed this:
git push origin ProductBranch