git rebase command

Use git rebase merge multiple commit.

Then after submitting the code, administrators find that your code can not be submitted to the server, pay attention because, you commit the commit and commit some servers not on the same timeline, namely: you commit to be inserted into the server between certain commit, this will cause a conflict code. So this time I want to use git rebase.

Guess you like

Origin www.cnblogs.com/nizuimeiabc1/p/11031170.html