Strange behavior of git remote with bogus input

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



% 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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]