How to Revert a Git Commit?

`git revert `

`git revert HEAD`

`git revert –no-edit `

`git revert -n `

`git revert ..`

Resolve conflicts if prompted

`git add .`

`git revert –continue`

`git revert –abort`

`git push origin `

Suggested for You

Trending Today