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
I passed this to git sweep to see what I needed to clean up:
git-sweep preview --master prod
As a result, I got a list of branches, and at the end:
To delete them, run again with `git-sweep cleanup`
But that's not strictly correct, because I passed in the --master argument. I suspect we should either paraphrase here (just say "re-run with cleanup rather than preview" or something), or preserve all of the arguments passed in in the recommended command to run next.
Low priority, but I could envision some pretty bad results if people do the wrong thing here.