Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Option to cleanup local branches #11

Open
timkelty opened this issue Feb 2, 2017 · 2 comments
Open

FR: Option to cleanup local branches #11

timkelty opened this issue Feb 2, 2017 · 2 comments

Comments

@timkelty
Copy link

timkelty commented Feb 2, 2017

No description provided.

@pswai
Copy link
Owner

pswai commented Apr 11, 2017

@timkelty Thanks for the suggestion! Sorry for the delay as I am pretty busy recently.

I would start working on this feature soon after finishing tests as git-sweep is getting more complex. Before starting I would like to gather some ideas first on what qualifies to be cleaned up.

I guess for local branches we probably want to removes these:

  • Local branches that is old enough (older than a certain age)
  • Local branches that is tracking a remote branch, but the remote branch has been deleted (gone when you do git branch -vv)

Any other suggestion?

@timkelty
Copy link
Author

The latter is primarily what I'm looking for, though the first could be nice too.
I think that's it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants