Last active
January 13, 2022 15:24
-
-
Save billypchan/cd496d1cb17543516bf8c042f482d274 to your computer and use it in GitHub Desktop.
Clean up all bump PR branches
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##clean up all remote branches with name "chore/bump_*" | |
cleanGitBranch.sh | |
git branch -r --sort=-committerdate --list 'origin/chore/bump_*' | sed "s/origin\///" | xargs -I {} git push origin --delete {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
output when running on wire-ios repo: