gpt4 book ai didi

git - 使用git笔记的多个分支

转载 作者:太空狗 更新时间:2023-10-29 14:06:01 24 4
gpt4 key购买 nike

我希望使用 git notes 来存储提交的基准数据,这样我就可以维护项目性能的历史记录。

我知道我可以使用 git notes 将元数据附加到提交中,但我想将基准测试数据存储在一个单独的分支中,而不是 refs/notes/commits ,类似于 refs/notes/benchmarks,但我不知道该如何处理。

是否有可能以这种方式使用 git notes,以便我可以拥有多个引用 master 中的提交的笔记分支?

最佳答案

就像这样:

git notes --ref refs/notes/benchmarks add [ -m 'msg' ]

然后你可以在git log中看到你的笔记

git log --notes=refs/notes/benchmarks

或阅读特定对象的注释内容(例如提交——但注释也可以注释其他类型的对象,例如提交的树)

git notes --ref refs/notes/benchmarks show <commit>

关于git - 使用git笔记的多个分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31149361/

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