我曾经以下面的简单方式Observable<File[]>
进行git修改。最近,我开始使用来自文件选项(git commit --amend
)的消息,例如:-F
。
我的工作流程包括git-review工具,每次提交后都会调用该工具:git commit --amend -F my_git_message.txt
。
在修改时我开始使用git review --reviewers user1 user2
选项之后,似乎-F
开始创建新评论,而不是将更改修改为旧评论。为什么会这样?