Last active
June 27, 2019 15:24
-
-
Save daninfpj/5857fd764d6f9330c99f3438aa3a815b to your computer and use it in GitHub Desktop.
Git remote “abandoned” 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
git branch -a --no-merged | grep remotes/origin | grep -v master | grep -v development | xargs git show -s --pretty=format:"%ai %d %an" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment