Created
February 28, 2014 12:49
-
-
Save ScottRadcliff/9270497 to your computer and use it in GitHub Desktop.
Merge a branch and then delete it
This file contains 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
#!/bin/bash | |
git merge $1 && git branch -d $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment