git checkout-index
Copy files from the index to the working tree.
=> More information.
- Restore any files deleted since the last commit:
git checkout-index --all
- Restore any files deleted or changed since the last commit:
git checkout-index --all --force
- Restore any files changed since the last commit, ignoring any files that were deleted:
git checkout-index --all --force --no-create
- Export a copy of the entire tree at the last commit to the specified directory (the trailing slash is important):
git checkout-index --all --force --prefix={path/to/export_directory/}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/git-checkout-index.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.870144 milliseconds
- Gemini-to-HTML Time
- 0.312145 milliseconds
This content has been proxied by September (ba2dc).