Hacker News new | ask | show | jobs
by lycos 958 days ago
what do you think git pull --rebase does..
3 comments

I think the most cited drawback of rebase - public branch refs becoming obsolete - is not applicable when you only use it to pull from a canonical remote.
Magic hocus pocus. What else?
well it rebase but I never had to deal with everything in this article. It put my commits on top of HEAD and that's it, never had any issue.