Skip to content

Instantly share code, notes, and snippets.

@tqyq
Created July 17, 2017 05:47
Show Gist options
  • Save tqyq/3811d7259c5fea95f7655cf33a4fdbfa to your computer and use it in GitHub Desktop.
Save tqyq/3811d7259c5fea95f7655cf33a4fdbfa to your computer and use it in GitHub Desktop.
git merge branch to master
git checkout master
git pull origin master
git merge v1.2.2
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment