git annoyances: how to force git to fetch a particular file

Alexandre Julliard julliard at winehq.org
Mon Jul 10 08:47:29 CDT 2006


"Dan Kegel" <dank at kegel.com> writes:

> What's the right way to force a get of a particular file?
> With cvs, you can just remove the file and do 'cvs update foo.c',
> but I'm having trouble RTF git M, and the otherwise helpful
> http://wiki.winehq.org/GitWine doesn't seem to mention this case.

git checkout foo.c

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list