Skip to content

Instantly share code, notes, and snippets.

View lucas1richard's full-sized avatar

Richard lucas1richard

View GitHub Profile
# first, fetch the latest refs for all branches. And be sure we have latest master, etc
git checkout master
git fetch
# If any changes from remote, catch our local version up
git rebase origin/master
# could also be done as