git commit --amend
修改#井號(hào)開頭的提交信息時(shí)被識(shí)別為空提交:
PS D:\project\xxx> git commit --amend
Aborting commit due to empty commit message.
解決方法:git commit --amend -m "修改后的提交信息"
git commit --amend
修改#井號(hào)開頭的提交信息時(shí)被識(shí)別為空提交:
PS D:\project\xxx> git commit --amend
Aborting commit due to empty commit message.
解決方法:git commit --amend -m "修改后的提交信息"