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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -