...
Code Block |
---|
A---B---C---D---E---F |
and
...
upstream/master
...
points
...
to
...
F,
...
then
...
develop
...
points
...
to
...
any
...
of
...
A
...
through
...
E.
...
Similarly,
...
your
...
feature
...
branch
...
can
...
be
...
based
...
off
...
of
...
any
...
commit
...
on
...
the
...
develop
...
branch
...
(before
...
or
...
after
...
your
...
local
...
develop).
Now you do
# You can skip this if you're already on the develop branch
...