"Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > E.g. users want to be able to do something such as: > > git push remote experimental:pu > > and just have refs/heads/pu be created because experimental is > also a branch in the local repository and pu does not exist on the > remote side. That's quite "yeah, sometimes it may be the case, but...". You may want to also do: git push remote experimental:v0.0.1-rc0 to give preview tag without really bothering to create an annotated tag. - 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