Last active
November 13, 2015 11:43
-
-
Save yury-egorenkov/e816d990363645ec619b 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 co -b patch | |
git co develop | |
git reset --hard origin/develop | |
git pull | |
git co patch | |
git rebase develop |
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 co develop | |
git merge patch | |
git br -d patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment