Skip to content

Instantly share code, notes, and snippets.

@robbdempsey
Created April 8, 2019 02:36
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 robbdempsey/438cb754f5f92f0dea09cd03b148d064 to your computer and use it in GitHub Desktop.
Save robbdempsey/438cb754f5f92f0dea09cd03b148d064 to your computer and use it in GitHub Desktop.
git fetch
git rebase origin/master
vs
git checkout master
git pull
git checkout mybranch
git rebase master
sourcce: https://twitter.com/hybridcattt/status/1114596481359581185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment