Git Practice Test
Git Git Advanced Features
What is the main advantage of `git rebase` over `git merge` for integrating changes?
Select your answer
A
Rebase is faster for large repositories
B
Rebase produces a cleaner, linear commit history without merge commits
C
Rebase preserves the exact original commit timestamps
D
Rebase works on remote branches while merge does not
Hint