Created
June 23, 2017 14:24
-
-
Save ritec/624211dc92fe6e3dbad4ddb2f611fb28 to your computer and use it in GitHub Desktop.
Git tips and tricks
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
# Delete many branches with one command | |
git branch | grep 'NXT-7' | xargs git branch -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment