git - Which way is up and down? -
in git, can merge upstream , downstream.
if have main branch a
, make branch off called b
: think means merging b
a
or either merging a
b
.
but which? , what's way remember it?
it's in eye of beholder. branches created equal, , endowed developer inalienable rights. amongst them rebase, diff, , pushing origin.
if branch off branch a
, , create branch b
, later can merge 1 other. there no difference.
Comments
Post a Comment