Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git Rebase和Git merge #19

Open
ZhangHanwen96 opened this issue Mar 6, 2021 · 1 comment
Open

Git Rebase和Git merge #19

ZhangHanwen96 opened this issue Mar 6, 2021 · 1 comment

Comments

@ZhangHanwen96
Copy link
Owner

No description provided.

@ZhangHanwen96
Copy link
Owner Author

https://backlog.com/git-tutorial/cn/stepup/stepup2_7.html

在 Git 中整合来自不同分支的修改主要有两种方法:merge 以及 rebase。 在本节中我们将学习什么是“变基”,怎样使用“变基”,并将展示该操作的惊艳之处,以及指出在何种情况下你应避免使用它。

rebase 操作其实就是保留了该 commit 作出的修改,但删丢弃了分支上一些现有的提交记录,删去了这些节点。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant