ではなく、デフォルトのエディターなどを設定するなど、git ノートを編集する他の方法はありますかgit notes --ref=$ABC edit $COMMIT
。
質問する
116 次
1 に答える
0
1.7.1 以降の git notes http://git.661346.n2.nabble.com/git-notes-and-core-editor-config-td5910253.htmlは、エディターの設定に従います。
編集:本当にしたい場合は、http://alblue.bandlem.com/2011/11/git-tip-of-week-git-notes.htmlと
git checkout notes/commits
[point editor at the commit hash you want to]
git commit -am 'whatever'
git update-ref refs/notes/commits 1234567
1234567 は [コミットが報告したハッシュ] です。うーん。しかし、実行可能です。
于 2012-11-13T08:58:41.387 に答える