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
If our repository doesn't stick to the conventional origin remote or has many remote repositories, we are not able to stale clean branches for theses ones.
We should be able to use both:
git clean-stale-local [-n|--dry-run] (using origin as default) or git clean-stale-local [-n|--dry-run] <remote name>.
We may also consider adding a global option, targeting all remotes: git clean-stale-local [-n|--dry-run] [-a|--all]
The text was updated successfully, but these errors were encountered:
If our repository doesn't stick to the conventional
origin
remote or has many remote repositories, we are not able to stale clean branches for theses ones.We should be able to use both:
git clean-stale-local [-n|--dry-run]
(usingorigin
as default) orgit clean-stale-local [-n|--dry-run] <remote name>
.We may also consider adding a global option, targeting all remotes:
git clean-stale-local [-n|--dry-run] [-a|--all]
The text was updated successfully, but these errors were encountered: