私が使用する場合git notes --ref=$REF edit $COMMIT
、元のメッセージは次のとおりです。
注(xxx):
#NEW
path/to/file1: your message
path/to/file2: your message
#TEST
path/to/file3: your message
その後、メッセージは次のようになります
注(xxx):
path/to/file1: your message
path/to/file2: your message
path/to/file3: your message
それを回避する方法は?「#」を残しておきたい。