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 add
--force
Hey, I use this tool to publish a compiled PDF, however PDFs are ignored by a global gitignore file.
So it seems it creates a commit without this file, as I believe the git add is failing because it'd output something like:
The following paths are ignored by one of your .gitignore files: [FILE] Use -f if you really want to add them.
Can you add an option that does git add -f (or --force)?
git add -f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, I use this tool to publish a compiled PDF, however PDFs are ignored by a global gitignore file.
So it seems it creates a commit without this file, as I believe the
git add
is failing because it'd output something like:Can you add an option that does
git add -f
(or--force
)?The text was updated successfully, but these errors were encountered: