gpt4 book ai didi

git - 如何应用 Git 补丁文件中的特定文件?

转载 作者:太空狗 更新时间:2023-10-29 13:38:23 25 4
gpt4 key购买 nike

我有一个包含 6 个文件的 Git 补丁。

  1. abc.php
  2. pqr.php
  3. zyz.php
  4. rrr.php
  5. ggg.php
  6. yyy.php

我只想应用包含上述文件的 .patch 文件中的 rrr.php

git-apply 命令包含一个 --exclude 参数,但不包含 --include

如何只应用 .patch 文件中的 rrr.php?

最佳答案

你说:

git-apply command includes an --exclude arg, but not --include

git-apply (1) Manual Page说:

--include=<path-pattern>

Apply changes to files matching the given path pattern. This can be useful when importing patchsets, where you want to include certain files or directories.

尝试:

git apply --include=rrr.php some.patch

已使用 Git 版本 1.8.4 验证。

关于git - 如何应用 Git 补丁文件中的特定文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20970388/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com