I'm cloning a git repository from a computer that's going to be wiped.
Is it possible to clone a repository without making the original repository origin/master
? Or do I need to clone it, and then delete the remote branch (which is done with git remote rm origin
)?
Edit: The repository has only one branch, and no tags.