Created
April 8, 2015 17:33
-
-
Save royrusso/65eaf9e0bc05eb13d533 to your computer and use it in GitHub Desktop.
Git: merge 'develop' in to 'master'
This file contains hidden or 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
git checkout master | |
git merge develop | |
git push -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
seems logical