When you want to go back a lot of commits in one command use:
- git reset --soft HEAD~N
Where N is the number of commits you want to go back
When you want to go back a lot of commits in one command use:
Where N is the number of commits you want to go back