Skip to content

Instantly share code, notes, and snippets.

@yury-egorenkov
Last active November 13, 2015 11:43
Show Gist options
  • Save yury-egorenkov/e816d990363645ec619b to your computer and use it in GitHub Desktop.
Save yury-egorenkov/e816d990363645ec619b to your computer and use it in GitHub Desktop.
#!/bin/bash
git co -b patch
git co develop
git reset --hard origin/develop
git pull
git co patch
git rebase develop
#!/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