You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, if I run nvfetcher --commit-changes it'll create a new Cargo.lock at _source/foo-*/Cargo.lock without cleaning up the old one if there is a new commit.
I'd like nvfetcher to get rid of old (and now unused) lock files to keep Git diffs small
The text was updated successfully, but these errors were encountered:
Assuming the following nvfetcher.toml:
Now, if I run
nvfetcher --commit-changes
it'll create a new Cargo.lock at_source/foo-*/Cargo.lock
without cleaning up the old one if there is a new commit.I'd like nvfetcher to get rid of old (and now unused) lock files to keep Git diffs small
The text was updated successfully, but these errors were encountered: