This repository was archived by the owner on Dec 9, 2022. It is now read-only.
git rebase vs. git merge
#195
KaoutherElhamdi
announced in
Day One: GitHub on GitHub
Replies: 2 comments
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Rebase if you like a linear history; merge if you have a lot of developers and multiple branches, and want a record of what merged where and when |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you want to merge your own branch into the main one, which one do you recommend to use :
git rebaseorgit merge?? And why ??Beta Was this translation helpful? Give feedback.
All reactions