Skip to content

Instantly share code, notes, and snippets.

@anibalardid
Created May 14, 2019 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anibalardid/b68a1cf49b6df5b757e39b4e0289c7ad to your computer and use it in GitHub Desktop.
Save anibalardid/b68a1cf49b6df5b757e39b4e0289c7ad to your computer and use it in GitHub Desktop.
git merge 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