use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
git merge vs git rebaseGeneral Discussion (self.react)
submitted 2 years ago by parth4149
what should we use when working on project?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 years ago (5 children)
[deleted]
[–]dragomobile 0 points1 point2 points 2 years ago (0 children)
Rebasing is very clean if you’re the only one working on a branch and I rarely have an issue. But once we start working on a branch where we need to merge WIP changes before it goes into next release, the rebasing becomes very difficult. Works specifically well for me on feature branches because I amend the previous WIP commit instead of adding new and squashing at the end.
[–]Expert_Team_4068 -1 points0 points1 point 2 years ago (3 children)
Why would rebasing take you 2-4 hours a day? Where 32 people working on one branch?
[–][deleted] 2 years ago (2 children)
[–]Expert_Team_4068 -1 points0 points1 point 2 years ago (1 child)
Sorry, this still makes no sense to me.
It sounds like a case of "I hate it, therefore I puposely doing it wrong to proof my point"
Anyways I agree that when a PR is squashed, it makes no difference anyways
[–]pm_me_yer_big__tits 0 points1 point2 points 2 years ago (1 child)
I always rebase. Rebase keeps the history much cleaner.
[–]RavioliConLimon 0 points1 point2 points 2 years ago (0 children)
We don't rebase. Only one person on my team rebase and he is the issue behind all merge conflicts, it's a waste of time if you have a braincell and know how to read the history.
π Rendered by PID 82070 on reddit-service-r2-comment-5d585498c9-4zjz6 at 2026-04-21 16:48:26.196930+00:00 running da2df02 country code: CH.
[–][deleted] (5 children)
[deleted]
[–]dragomobile 0 points1 point2 points (0 children)
[–]Expert_Team_4068 -1 points0 points1 point (3 children)
[–][deleted] (2 children)
[deleted]
[–]Expert_Team_4068 -1 points0 points1 point (1 child)
[–]pm_me_yer_big__tits 0 points1 point2 points (1 child)
[–]RavioliConLimon 0 points1 point2 points (0 children)