Open
Description
https://git-scm.com/book/en/v2/Git-Branching-Rebasing#_more_interesting_rebases
in here, we rebase client to master, it say c8 & c9 should recommit to master.
then master don't have c3's function。
otherwise, rebase server to master, master Already has c3's function, It repeatedly submits c3's function.