-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: FreePBX Framework
-
Labels:None
-
Sprint:Sprint 70, Sprint 71, Sprint 72, Sprint 73, Sprint 74
Checking out framework is huge due to having a ton of branches that were not deleted on merge. At a minimum merged branches should be removed.
Something like the following should make this painless.
git branch --merged | egrep -v "(^\*|master|release)" | xargs git branch -d
This may be worth doing on other high traffic modules such as core