Am 03.01.2012 00:42, schrieb Chris Leong: > I seem to have a "ghost reference" - ie. I can check out a reference > that doesn't appear to exist. Does anyone know what might cause this? > > ~/gaf-cvs (project-membership)$ g show-ref | grep production > ~/gaf-cvs (project-membership)$ g co production > Note: checking out 'production'. > ... The most likely reason is that you have a ref 'production' directly in the .git directory. Perhaps you or one of your scripts created it accidentally using 'git update-ref production ae5b621', i.e., without giving the full ref path name. -- Hannes -- 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