Skip to content

Instantly share code, notes, and snippets.

@Hotfirenet
Created November 3, 2017 14:40
Show Gist options
  • Save Hotfirenet/16e3a03f1aa3d74cda2da436292a4dc4 to your computer and use it in GitHub Desktop.
Save Hotfirenet/16e3a03f1aa3d74cda2da436292a4dc4 to your computer and use it in GitHub Desktop.
Merging develop branch into master
git checkout develop
git pull origin develop
git checkout master
git merge develop
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment