Skip to content

Instantly share code, notes, and snippets.

@s3rgeym
Forked from royrusso/git develop to master
Created October 3, 2019 23:59
Show Gist options
  • Save s3rgeym/71f8e12ef0a280745d397819c2bd09b9 to your computer and use it in GitHub Desktop.
Save s3rgeym/71f8e12ef0a280745d397819c2bd09b9 to your computer and use it in GitHub Desktop.
Git: merge 'develop' in to 'master'
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