如果我使用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
如何避免这种情况?我想保留“#”。