Sign in
Log inSign up

rebase vs merge and why, specifically when considering feature branches and dev one?

Hipkiss's photo
Hipkiss
·Aug 20, 2018

rebase

18%

merge

24%

both (please specify differences of use)

59%

34 votes · Closed

I know merges can have lots of "pointless" merge requests, so could potentially look messy when compared with the "prettier" version of the commit graph created by rebasing. But is that the only reason one would rebase, to just make it look prettier?