How to change the commit author for one specific commit?

后端 未结 19 2160
没有蜡笔的小新
没有蜡笔的小新 2020-11-22 05:15

I want to change the author of one specific commit in the history. It\'s not the last commit.

I know about this question - How do I change the author of a commit in

19条回答
  •  萌比男神i
    2020-11-22 05:42

    There is one additional step to Amber's answer if you're using a centralized repository:

    git push -f to force the update of the central repository.

    Be careful that there are not a lot of people working on the same branch because it can ruin consistency.

提交回复
热议问题