Git Revert
shell
git revert --abort
git revert -m 1 --no-commit <old_commit>..<new_commit>
git commit -m "Revert changes"
git push origin dev