Created
January 29, 2015 00:23
-
-
Save lsm/69f777d9ec0d347d2855 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
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