Created
April 17, 2020 12:10
-
-
Save piotrze/6909ce10465b0b326d7159eebd4b0f73 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
T=${1:-qa2} | |
git branch -D $T | |
git checkout -b $T && git push --set-upstream origin $T --force | |
git checkout - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment