Eli5 the concepts of ‘Upstream’ and ‘Downstream’ within the context of software development.

274 views

Eli5 the concepts of ‘Upstream’ and ‘Downstream’ within the context of software development.

In: 2

5 Answers

Anonymous 0 Comments

The “stream” is a flow of ownership or authority. If you clone a remote git repo to your machine, your copy is downstream of the remote, and the remote is upstream of your local copy. The upstream is where you get the information from, e.g. when doing `git fetch`. Like when you get water from a river, the water you get comes from “upstream”.

You are viewing 1 out of 5 answers, click here to view all answers.