Re: How do I delete a remote branch with a period in the name?

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

 



"jonsmirl@xxxxxxxxx" <jonsmirl@xxxxxxxxx> writes:

> jonsmirl@smirl2:/home/apps/florida/lpc31xx$ git push origin :fl.stg
> error: unable to push to unqualified destination: fl.stg
> The destination refspec neither matches an existing ref on the remote nor
> begins with refs/, and we are unable to guess a prefix based on the source ref.

The message seems to be saying that fl.stg is not specific enough
perhaps?  What does "git ls-remote origin | grep fl.stg" say?  If it
says refs/smirl/fl.stg, for example, you can be specific as the
message suggests, e.g. "git push origin :refs/smirl/fl.stg" or
something like that?
--
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]