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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
$ git subrepo --version 0.4.5 $ git branch issue_6 * main $ git subrepo push whatever Subrepo 'whatever' has no new commits to push. $ git branch issue_6 * main + subrepo/whatever
This causes future operations to require a clean before they can be run.
The text was updated successfully, but these errors were encountered:
Copied from comments left on #391 by @pauleckhardt
Sorry, something went wrong.
An immediate workaround is to run git subrepo clean subrepo/whatever.
git subrepo clean subrepo/whatever
git subrepo push
I can't reproduce it. Does the bug still exists? This even seems to be the corresponding test: 3994d70
This does not occur anymore in the current version.
admorgan
No branches or pull requests
This causes future operations to require a clean before they can be run.
The text was updated successfully, but these errors were encountered: