Skip to content

Instantly share code, notes, and snippets.

@nmpegetis
Created December 20, 2018 20:03
Show Gist options
  • Save nmpegetis/53f926e3bb277f26f0d1a584af488c9a to your computer and use it in GitHub Desktop.
Save nmpegetis/53f926e3bb277f26f0d1a584af488c9a to your computer and use it in GitHub Desktop.
# get the latest changes from the remote tracking branch
git fetch -p

# update the local branch by rebasing from the remote tracking branch
git rebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment