Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of command to revert the last commit #75

Open
mihikagaonkar opened this issue Jun 19, 2021 · 0 comments
Open

Addition of command to revert the last commit #75

mihikagaonkar opened this issue Jun 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mihikagaonkar
Copy link

You could add the following commands

  • git reset --soft HEAD~1 - used to revert the last commit and retain the changes when changes aren't pushed
  • git reset --hard HEAD~1 - used to revert the last commit and discard the changes when changes aren't pushed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants