% ls project foo % cd project % git remote add ../foo joe % git remote origin I mis-typed the git remote and got the order wrong. It did not give an error and then it seemed to add a "ghost" remote. My .git/config file has: [remote "../foo"] url = joe fetch = +refs/heads/*:refs/remotes/../foo/* Soo, probably kinda goofy. Now, how do I fix this? Just remove this entry from the .git/config file? Bill - 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