Rewinding a remote branch [GIT]
You were working in a feature branch but accidentally pushed commits to the master/develop branch.
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.
If you don...
sys.limistah.dev1 min read