Last active
October 2, 2018 13:24
-
-
Save RitterNorbert/aed88f76dbc8227bcb5312982a4fab83 to your computer and use it in GitHub Desktop.
list merged remote 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 -r --merged development | | |
grep origin | | |
grep -v development | | |
grep -v master | | |
sed -E "s|^ *origin/||" | | |
grep -w "NR" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment