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
There is a chance that the local references to remote branches are out of date when git-sweep runs. This can cause it to identify branches for deletion that do not actually exist on the remote.
To fix this, I think the --prune option should be used whenever git-sweep fetches from the remote.
The text was updated successfully, but these errors were encountered:
myint
added a commit
to myint/git-sweep
that referenced
this issue
Oct 27, 2013
There is a chance that the local references to remote branches are out of date when git-sweep runs. This can cause it to identify branches for deletion that do not actually exist on the remote.
To fix this, I think the
--prune
option should be used whenever git-sweep fetches from the remote.The text was updated successfully, but these errors were encountered: