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)
commit303e5f4c325d008c68e5e70e901ab68b289ade2e
treea0f2f1d6795edac667b70bccc420f2a8b9c9c93a
parent83ba99bc8c2cdbaa9a0b4ec286e72c3ecb31bf8a
Add "git checkout" that does what the name suggests

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.
Makefile
git-checkout-script [new file with mode: 0755]