Hi all, Thank you to Matthieu Moy and Santi Béjar who both told me to check .git/config. The reason why I had problems was because I was using git config --get-all (with no regex). I then used git config -l and saw the remote local path to the repository that I used to clone. The reason I had problem with git remote rm was because I was using version 1.5.2 as I installed it from yum. (This is what I hate about CentOS, all the repositories are old as dirt.) I compiled version 1.6.5 and the command was there. I think the ability probably was there in 1.5.2, but you probably had to do some extra magic stuff to completely remove the repository. And by trying to git remote prune didn't help either as I had deleted the local repository. I now could "git remote rm origin" with no problems after moving the whole git directory. Richard -- View this message in context: http://www.nabble.com/Moving-git-tp25926819p25928820.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html