Hi, On Fri, 6 Jun 2008, Christoph Duelli wrote: > cd ../gitmv > git mv afile newname > # do not commit > # now: afile is not in the directory anymore > # oh, I need those changes my colleague made... > git pull ../gitmv-clone/ > # now: both(!) afile and newname are in the directory What is so surprising there? We _always_ recommend to commit before pulling. Ciao, Dscho -- 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