2010: origin is the default name used by git clone, but you can use any other name when cloning:
--origin <name>
-o <name>
Instead of using the remote name
originto keep track of the upstream repository, use<name>.
If you don’t, any time you clone a repo, that remote repo will be referenced by the default name origin.
With Git 2.30 (Q1 2021, 11 years later), you now have the option clone.defaultRemoteName.