Add "git checkout" that does what the name suggests
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 21 Jun 2005 16:47:37 +0000 (09:47 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 21 Jun 2005 16:47:37 +0000 (09:47 -0700)
It is careful by default and refuses to overwrite old info, but if you
want to force everything to be re-read, use the "-f" flag.

Some day I'll make it take individual filenames too. Right now
it's all-or-nothing.

No differences found