Working with multiple upstream branches in Git
This will be eventually expanded, but for now it's just a quick reference to how I tend to work with different branches upstream. This may only apply to the Inkscape repo on GitLab. Fork the project First of all we need to fork the project. I'm going to explain this with the Inkscape Documentation repo, but it applies to the main repo and other places too. In the original project page, click on the Fork Button button at the top right of the page. Enter or edit the information. All of them can be changed, they won't affect the fork relationship between your forked repo and the upstream. Note: Be sure the "Branches to include" is set to "All branches" . It's the default so you don't need to worry much. Click on the blue Fork Project button. Clone the project to your local computer Next we need to get the files to work on, so we'll clone the project down to our own computers. In the forked project page (where you&