Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I've found that without a ton of people working at once and just being methodical / careful about things .... haven't had to do a lot with git that wasn't super simple.
Maybe that's what's awesome about Git.
Still... I should know more. -
@N00bPancakes I've always opted for the "merge" and "squash" strategy and I don't know how but every project I worked for used this. During my career, I worked on Mercurial and event Bazaar (BZR) but never tried rebase until now 😃
-
YADU13894yI've rebased repeatedly this month alone, mainly my branch on top of master, but also my changes on top of my other changes
-
iiii90854yIn my project rebase with squash is the default merge option for the main repo. It looks much better when there's a desctiptive commit instead of yet another "merge <insert random branch name> into master". Also makes the whole tree much cleaner without all those dangling branches.
-
I only use rebase to squash my hundred commits like "typo", "fix small bug" into one before pushing
Related Rants
After almost 8 years of professional career, I've used "git rebase" only once and quite recently to be honest 🙊🙊
rant
git
rebase