Skip to content

Instantly share code, notes, and snippets.

@antalakas
Created July 21, 2020 21:14
Show Gist options
  • Save antalakas/79cb782206ed2dc86a9bc28ce541adf4 to your computer and use it in GitHub Desktop.
Save antalakas/79cb782206ed2dc86a9bc28ce541adf4 to your computer and use it in GitHub Desktop.
Git
git fetch origin            # Updates origin/master
git rebase origin/master    # Rebases current branch onto origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment