We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
undo
Sometimes when you've committed your work - you instantly remember, that you forgot something.
It would be nice to have command git undo you could run to undo the most recent commit.
git undo
Go and investigate what git command can help you to achieve this and then add the undo alias to the .gitignore file you created for your team.
.gitignore
The text was updated successfully, but these errors were encountered:
Dig this1
Sorry, something went wrong.
No branches or pull requests
undo
that reverts the most recent commit?undo
a commit that is already pushed to GitHub?undo
a commit that isn't your own?Sometimes when you've committed your work - you instantly remember, that you forgot something.
It would be nice to have command
git undo
you could run to undo the most recent commit.Go and investigate what git command can help you to achieve this and then add the
undo
alias to the.gitignore
file you created for your team.The text was updated successfully, but these errors were encountered: