Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Clean up old / merged branches #57

Open
aaronlippold opened this issue Aug 8, 2018 · 3 comments
Open

Clean up old / merged branches #57

aaronlippold opened this issue Aug 8, 2018 · 3 comments
Assignees
Labels

Comments

@aaronlippold
Copy link
Member

No description provided.

@lukemalinowski
Copy link
Collaborator

[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
Copy link
Member Author

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

@lukemalinowski
Copy link
Collaborator

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

@sharmanik99 sharmanik99 removed their assignment Aug 14, 2018
@rbclark rbclark removed their assignment Feb 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

7 participants