What about GitHub?
Now that you have some understanding of Git, you will learn about “GitHub.”
Earlier it was noted that:
ALL GIT REPOSITORIES ARE BORN EQUAL!
In practice, some repositories are more equal than others (i.e., GitHub). This is a matter of convention within a project.
GitHub
Most people use GitHub as their reference or upstream repository (i.e., the “primary” one), but it could easily be used as a secondary or downstream repository for a workflow. It’s up to me (indeed, I do this for some of my private repositories).
Upstream? Downstream?
The phrases such as “upstream” and “downstream” are ...