Synopsis
git checkout-index [-a] [-f] [-u] [--prefix=<dir>] [<file>...]
Description
The git checkout-index command writes file content from the index out to the working tree (or to an arbitrary directory using --prefix). It does not change the index, the current branch, or HEAD — making it safer than git checkout for scripted file extraction.