Skip to content

Instantly share code, notes, and snippets.

@lsm
Created January 29, 2015 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lsm/69f777d9ec0d347d2855 to your computer and use it in GitHub Desktop.
Save lsm/69f777d9ec0d347d2855 to your computer and use it in GitHub Desktop.
Step 1: From your project repository, bring in the changes and test.
git fetch origin
git checkout -b anton-redesign origin/anton-redesign
git merge master
Step 2: Merge the changes and update on GitHub.
git checkout master
git merge --no-ff anton-redesign
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment