Slide 14
Slide 14 text
ORIGIN
LOCAL
origin / main
local / main
DIVERGING
ORIGIN & LOCAL
Over time, remote repository (origin) will
diverge from your local copy (clone), due
to it getting updated from the pull requests
by other team members. So we need to
update local main branch frequently, and
also you might need branches created by
others as well, so we need to get those
too.