Slide 39
Slide 39 text
Pull the latest ‘master’ from the official repository
frc-4931/2014 jsmith/2014
2014
Jane’s computer
github.com
gets ‘master’ branch from
“upstream” repository
git pull upstream master
master
feature1
feature1
master
(We already have the
new commits, but
they’re on ‘feature1’
branch, so this
operation simply
updates ‘master’ branch
to have those commits.)