Did you commit in the wrong branch?
November 17, 2020
Git
admin
0
Hey fellas, Have you encountered some situation where you did git commit on the wrong branch and now thinking to revert it back and commit in the new branch. Stop worrying about that. Follow these steps and you can overcome the issue in the current branch where you have done commit use “git reset HEAD~1” […]