git checkout-index

Copy files from the index to the working tree. More information: https://git-scm.com/docs/git-checkout-index.

git checkout-index --all

git checkout-index --all --force

git checkout-index --all --force --no-create

git checkout-index --all --force --prefix={{path/to/export_directory/}}