gpt4 book ai didi

git bisect 在一个命令中

转载 作者:太空狗 更新时间:2023-10-29 14:12:59 25 4
gpt4 key购买 nike

我认为 git bisect 需要输入太多内容。

要检查我必须做的最后 N 次提交:

user@host> git bisect start HEAD HEAD~10
user@host> git bisect run py.test -k test_something
...
c8bed9b56861ea626833637e11a216555d7e7414 is the first bad commit
commit c8bed9b56861ea626833637e11a216555d7e7414
Author: ...
Date: Thu Apr 16 16:52:41 2015 +0200

- Commitmessage: ....

user@host> git bisect reset

如果能在一个命令中使用这个就好了

例子:

git bisect --start HEAD~10 run py.test -k test_something

对于一个命令,我指的不是用分号分隔的 shell 行 :-)

最佳答案

查看文档是不可能的,但也许您会发现这个项目有用 grosser/git-autobisect如果您要运行测试。

关于git bisect 在一个命令中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29692328/

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