💾 Archived View for freeshell.de › tldr › git-apply.gmi captured on 2023-11-04 at 12:28:45. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Apply a patch to files and/or to the index.
git apply --verbose {path/to/file}
git apply --index {path/to/file}
curl {https://example.com/file.patch} | git apply
git apply --stat --apply {path/to/file}
git apply --reverse {path/to/file}
git apply --cache {path/to/file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).