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
vcsh delete
Here are the steps to reproduce this bug:
vcsh init foobar touch 'foo bar' vcsh foobar add 'foo bar' vcsh foobar commit -m 'Add files' vcsh foobar delete
The foo bar file still exists. It might be necessary to set a new IFS, similar to what is done in the write_gitignore command.
foo bar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here are the steps to reproduce this bug:
The
foo bar
file still exists. It might be necessary to set a new IFS, similar to what is done in the write_gitignore command.The text was updated successfully, but these errors were encountered: