Skip to content

Instantly share code, notes, and snippets.

@schmidt1024
Created September 6, 2017 08:28
Show Gist options
  • Save schmidt1024/9e828776502faceb8f59b13d5b5f6fbb to your computer and use it in GitHub Desktop.
Save schmidt1024/9e828776502faceb8f59b13d5b5f6fbb to your computer and use it in GitHub Desktop.
merge branch to master in git
// merge branch test to master
git checkout master
git pull origin master
git merge test
git push origin master
git branch -d test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment