Skip to content

Instantly share code, notes, and snippets.

View GoldStrikeArch's full-sized avatar

Mikhail GoldStrikeArch

View GitHub Profile
@harding
harding / instructions.md
Last active February 5, 2024 20:28
Working With Multiple Repositories On GitHub

Working With Multiple Repositories On GitHub

Most projects on GitHub have a main repository that's the focal point of activity. For example, the Example organization has the Example.com repository:

https://github.com/example/example.com

Developers of Example.com typically call this the 'upstream' repository. We'll come back to it in a moment.