I need to remove the old branches on a git that have been left during the years and are on /feature or /hotfix branches... I need to remove all the one prior to october 2022. Is there a way to have the list of the branches with this criteria? or is there a visual tool that easily shows me?
Asked
Active
Viewed 27 times
0
-
1Does this answer your question? [How can I get a list of Git branches, ordered by most recent commit?](https://stackoverflow.com/questions/5188320/how-can-i-get-a-list-of-git-branches-ordered-by-most-recent-commit) – vvv444 May 26 '23 at 06:00
-
Just add cutoff date and filter by remote. – vvv444 May 26 '23 at 06:00
-
[How to determine when a Git branch was created?](https://stackoverflow.com/q/2255416/7976758) – phd May 26 '23 at 07:23