Skip to content

Instantly share code, notes, and snippets.

@royrusso
Created April 8, 2015 17:33
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save royrusso/65eaf9e0bc05eb13d533 to your computer and use it in GitHub Desktop.
Save royrusso/65eaf9e0bc05eb13d533 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
@Z-Farook
Copy link

seems logical

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment