Is the Git remote name origin only applied to one created by git clone?

Posted by vfclists on Stack Overflow See other posts from Stack Overflow or by vfclists
Published on 2010-04-03T10:11:56Z Indexed on 2010/04/03 10:13 UTC
Read the original article Hit count: 332

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about git

Related posts about remote