Created
October 17, 2019 17:38
-
-
Save Willamin/bcc364930886fbc616c7576b90101124 to your computer and use it in GitHub Desktop.
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 pull &&\ | |
git rebase develop &&\ | |
git push &&\ | |
git checkout develop &&\ | |
git merge --no-ff - &&\ | |
git push &&\ | |
echo "all done 🎉" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment