Skip to content

Instantly share code, notes, and snippets.

@danieldogeanu
Last active September 1, 2018 01:34
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 danieldogeanu/2169eecd5b5a5568721b867d2a86297c to your computer and use it in GitHub Desktop.
Save danieldogeanu/2169eecd5b5a5568721b867d2a86297c to your computer and use it in GitHub Desktop.
How to merge a branch into master on GitHub/BitBucket.

git checkout master

git pull origin master

git merge yourBranch

git push origin master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment