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
Git forget wrapper for safety. Hash object, then checkout or clean -f the (depending on state).
checkout
clean -f
Check out fugitive (git hash-object -w to capture and git cat-file blob <sha> to restore`)
git cat-file blob <sha>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Git forget wrapper for safety. Hash object, then
checkout
orclean -f
the (depending on state).Check out fugitive (git hash-object -w to capture and
git cat-file blob <sha>
to restore`)The text was updated successfully, but these errors were encountered: