mitre / heimdall-mongo

A Mongo-based version of Heimdall (Deprecated)
Other
11 stars 1 forks source link

Clean up old / merged branches #57

Open aaronlippold opened 6 years ago

lukemalinowski commented 6 years ago
[lmalinowski@: heimdall]$ git branch -r --merged | grep -Ev master\|develop
  origin/admin_lte
  origin/api_key
  origin/autogen-secrets
  origin/base_url_assets
  origin/baseurl-treemap
  origin/comparisons
  origin/control_filter
  origin/dev-show-details-profile
  origin/groups
  origin/home_page
  origin/ie_fixes
  origin/named-volume-secrets
  origin/new_user_models
  origin/user_pages

To delete these

git branch -r --merged | grep -Ev master\|develop |    ### SOMETHING WITH XARGS  https://stackoverflow.com/questions/6127328/how-can-i-delete-all-git-branches-which-have-been-merged

Do the branches listed above make sense?

aaronlippold commented 6 years ago

Hi, if you own the branch and or PR and it has been merged, please delete your branch.

lukemalinowski commented 6 years ago

Did mine, here's the GUI page if you don't want to bash https://github.com/aaronlippold/heimdall/branches