How to Revert to Commit Git?

`git log –oneline`

`git revert `

`git reset –hard `

`git reset –soft `

`git reset –mixed `

`git checkout `

`git switch –detach `

`git push –force`

`git push –force-with-lease`

Suggested for You

Trending Today