如果某个成员,某个提交的作者离开 git 项目,提交会发生什么情况?

What happens with commits if a member, the author of some commit leave git project?

如果在 git 项目中有提交的成员退出项目,他的提交会保留在 repo 中,还是在他离开时删除这些提交?

顺便问一下,有没有办法在他离开之前更改他的提交的作者(我的意思是指派(移交)给另一个成员)?

If a member who has commits in a git project quit from the project, will his commits remain in the repo, or those commits will removed when he leave?

会留下来。说 "quit" 是 Git 项目是不准确的,如评论中所述,Git 不关心成员。

By the way, is there any way to change the author(i mean assign(hand over) to another member) of his commits before he's leaving?

您需要重写项目的所有历史记录。