gpt4 book ai didi

python - gitpython 相当于 git-apply

转载 作者:行者123 更新时间:2023-11-30 23:05:02 25 4
gpt4 key购买 nike

有没有办法仅使用 gitpython 库将补丁(以 diff 文件的形式)应用于存储库?

换句话说,gitpython 是否有相当于 git-apply 命令的命令?

最佳答案

解决办法就是做

r = Repo('path-to-repo')
r.git.execute(['git','apply','patch.diff'])

我之前尝试过此操作,但我省略了参数列表开头的“git”,这导致了有关命令不存在的错误。

关于python - gitpython 相当于 git-apply,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33395539/

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