This is how I do it... My fork is `origin` and the main public repo is `upstreaming`. % `git remote -v` ``` origin https://github.com/cclauss/Python (fetch) origin https://github.com/cclauss/Python (push) upstream https://github.com/TheAlgorithms/Python (fetch) upstream https://github.com/TheAlgorithms/Python (push) ``` Like: https://github.com/internetarchive/openlibrary/wiki/Git-Cheat-Sheet Or: https://devguide.python.org/getting-started/git-boot-camp _Originally posted by @clauss in https://github.com/TheAlgorithms/Python/issues/8427#issuecomment-1487026821_