Is the Git remote name origin only applied to one created by git clone?
- by vfclists
Does Git only use the remote name origin for a repository which was created by cloning?
eg, say I create a repository, place it on a remote, and try to clone it again into the same directory, which one would Git name origin?