Skip to content

Instantly share code, notes, and snippets.

@rafaelnize
Created June 28, 2016 17:08
Show Gist options
  • Save rafaelnize/71be8d57d1c5865054701b4ad1a233c2 to your computer and use it in GitHub Desktop.
Save rafaelnize/71be8d57d1c5865054701b4ad1a233c2 to your computer and use it in GitHub Desktop.
git checkout dmgr2 # gets you "on branch dmgr2"
git fetch origin # gets you up to date with origin
git merge origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment