Skip to content

Instantly share code, notes, and snippets.

@lek890
Created January 24, 2022 10:50
Show Gist options
  • Save lek890/94f4e509d325ec0dd29666bd9b9dc0b7 to your computer and use it in GitHub Desktop.
Save lek890/94f4e509d325ec0dd29666bd9b9dc0b7 to your computer and use it in GitHub Desktop.
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