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 checkout -f without further arguments cleans the local changes.
git checkout -f
git meta checkout -f fails with pathspec 'null' did not match any file known to git
git meta checkout -f
pathspec 'null' did not match any file known to git
The text was updated successfully, but these errors were encountered:
Another one, when on branch bugfix1, doing git meta checkout -f bugfix1 DOES NOT clean the local modifications.
bugfix1
git meta checkout -f bugfix1
Instead, it will say Already on branch bugfix1...
Already on branch bugfix1
Sorry, something went wrong.
No branches or pull requests
git checkout -f
without further arguments cleans the local changes.git meta checkout -f
fails withpathspec 'null' did not match any file known to git
The text was updated successfully, but these errors were encountered: