The project I work on uses git
and demands the commit message formated as "#� blablablabla". it's fine when I use the tool arc diff
, but git will ignore the message because of '#' at head of line when I run git commit --amend
to rewrite the message.
That's my situation. Thank you all.