Skip to content

Instantly share code, notes, and snippets.

@Vesely
Created November 13, 2016 13:29
Show Gist options
  • Save Vesely/b28f33dab0b0c389d0feede54b71f721 to your computer and use it in GitHub Desktop.
Save Vesely/b28f33dab0b0c389d0feede54b71f721 to your computer and use it in GitHub Desktop.
Marge a git branch to master
git checkout master
git pull origin master
git merge TEST
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment