Howard Miller <howardsmiller <at> googlemail.com> writes: > > 2009/12/1 Mikko Oksalahti <mikko <at> azila.fi>: > > How do I now get the accidentally deleted files back from the repository without > > losing local changes made to 10 files? > > 'git status' should show you what files you have deleted. 'git > checkout filename' should get them back. I can't think of a way of > recovering every file you have just deleted although - I suspect it > might be tricky. Thinks like 'git pull' only apply to remote > repositories and you don't have one of those. > > Howard > Ok. That helps. I just assumed the 'git pull' would work same way on local and remote repositories but I guess not then... > ....You're not thinking of it the right way (yet) I hate when you say that :P /Mikko -- 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