|
|
|
|
|
by heurisko
1558 days ago
|
|
I think it's the usually public vs private branch issue. If you're merging a public branch with another public branch, then if you a rebase, rather than a merge commit, then you mess up the history for anyone has pulled that branch. For private branches that isn't an issue. |
|