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
Yes, it happened more than twice to neglect a file during a commit, reset the HEAD, readding the files and force a push.
Thus, we should automate the following process:
git reset HEAD~1 last git add command last git commit command git push -f
The text was updated successfully, but these errors were encountered:
Consult this blog on how to repeat the last git add and commit commands. Thanks to @c-guntur, of course!
Sorry, something went wrong.
No branches or pull requests
Yes, it happened more than twice to neglect a file during a commit, reset the HEAD, readding the files and force a push.
Thus, we should automate the following process:
The text was updated successfully, but these errors were encountered: