Rewinding a remote branch [GIT]
You were working in a feature branch but accidentally pushed commits to the master/develop branch, it happens. First, you have to know the exact commit ID or number of commits that was pushed. You can use git log pretty=oneline to get the information...
Jul 27, 20201 min read28
![Rewinding a remote branch [GIT]](https://cdn.hashnode.com/res/hashnode/image/upload/v1595846859885/QXz3zux6i.png)

