Skip to content

Instantly share code, notes, and snippets.

@myalban
Forked from royrusso/git develop to master
Created September 25, 2018 07:42
Show Gist options
  • Save myalban/b771e8a86c8dfab45e8973e19d1443b6 to your computer and use it in GitHub Desktop.
Save myalban/b771e8a86c8dfab45e8973e19d1443b6 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