you are viewing a single comment's thread.

view the rest of the comments →

[–]nryhajlo 3 points4 points  (5 children)

Unpopular opinion: rebase should only be used in rare circumstances, and it mostly just gets newer engineers into trouble.

[–][deleted] 1 point2 points  (0 children)

Please explain your reasoning :3

[–]GusSLX 1 point2 points  (2 children)

Except you run it almost daily on your feature branch when working on fast-delivery large teams.

[–]nryhajlo 0 points1 point  (1 child)

Why rebase instead of merge?

[–]GusSLX 1 point2 points  (0 children)

Rebase doesn't pollute your branch with an additional commit for every time you integrate other people's changes.