这听起来像是一个愚蠢的问题:P。据说,我在一个特定的提交中添加了一个注释,比如 commitno
git notes add -m "Sample Note" $commitno
git push origin refs/master/*
它在内部生成一个注释的提交(例如,commitID)。如何使用注释的 commitID 获取注释?
这听起来像是一个愚蠢的问题:P。据说,我在一个特定的提交中添加了一个注释,比如 commitno
git notes add -m "Sample Note" $commitno
git push origin refs/master/*
它在内部生成一个注释的提交(例如,commitID)。如何使用注释的 commitID 获取注释?