How I learned to love rebase
21–30 of 56 posts
Re: How I learned to love rebase
#22Can somebody try to explain what considerations go into picking between merge and rebase, or when rebase is a better option? The example here "you've branched that file and made some changes. Meanwhile, someone else has modified that same file on the master branch..." says 'merge' to me, and I'm not sure what consideration goes into the decision that rebase is the right tool instead. I've tried to google a bit, and r…
A merge creates a new commit that doesn't effect history so it's always safe to merge.
Re: How I learned to love rebase
#23 > It's possible to be careful about rebasing code, say by duplicating the master
> branch and rebasing your code on that new version to see if you accidentally
> destroy the world before trying to rebase within the actual master.
Is it possible to ask 'What would you do if I rebased' without a test branch?Re: How I learned to love rebase
#24Sorry to nag, but I haven't yet brought myself to make it past the first paragraph. Maybe it looks elegant or classy on someone else's screen, but I had to go re-enable Evernote Clearly just to be able to read it. Am I the only one?
Sorry to rant, but I haven't yet brought myself to understand this position. Maybe it makes sense to designers or snobs but I have go calm down for a while just be able to reply. Am I the only person who thinks that ignoring good content to complain about formatting choices is vacuous at best?
I'm sure it looks fine in the authors browser/OS of choice, but it is not usable in mine - regardless of the merits of the content.
Re: How I learned to love rebase
#25Rebase is really good especially when you are contributing in open source repositories but our experience has been limited in our private repositories.
Re: How I learned to love rebase
#26> It's possible to be careful about rebasing code, say by duplicating the master > branch and rebasing your code on that new version to see if you accidentally > destroy the world before trying to rebase within the actual master. Is it possible to ask 'What would you do if I rebased' without a test branch?
Re: How I learned to love rebase
#27Earlier quoted context omitted.
https://docs.google.com/file/d/0B_sHgQoVOruvTmJjdHlWUTk4dGM/... Ya know what. It looks fine in Firefox, but that font looks like garbage rendered in Chrome. I don't know if it's the font-family or the font-size, but something's making me want to scratch my eyes out or make me want to kill my screen with fire. It's probably an unfair generalization to assume that all female Python developers don't use Chrome.
Wow. I'm on Safari in OS X and it doesn't look anything like that. No wonder you guys are having trouble reading it. http://imgur.com/TAQBRcV I'd rather it just be left at default, but at least it's readable.
Re: How I learned to love rebase
#28Unfortunately rebase doesn't fit well with our team workflow (team is geographically distributed). we use branches and commits to check which user is on which task. everyone pushes code at the end of the day even if it's incomplete. Pushing code prevents rebase usage. Rebase is really good especially when you are contributing in open source repositories but our experience has been limited in our private repositories.
Re: How I learned to love rebase
#29Sorry to nag, but I haven't yet brought myself to make it past the first paragraph. Maybe it looks elegant or classy on someone else's screen, but I had to go re-enable Evernote Clearly just to be able to read it. Am I the only one?
Re: How I learned to love rebase
#30Earlier quoted context omitted.
https://docs.google.com/file/d/0B_sHgQoVOruvTmJjdHlWUTk4dGM/... Ya know what. It looks fine in Firefox, but that font looks like garbage rendered in Chrome. I don't know if it's the font-family or the font-size, but something's making me want to scratch my eyes out or make me want to kill my screen with fire. It's probably an unfair generalization to assume that all female Python developers don't use Chrome.
You're right, it is unfair to generalize that all female Python developers don't use Chrome. Wonder if it looks better on a Mac in Chrome; it looks terrible in Chrome on Windows.