When should I use git pull --rebase?
Posted
by Jason Baker
on Stack Overflow
See other posts from Stack Overflow
or by Jason Baker
Published on 2010-03-18T18:04:26Z
Indexed on
2010/03/19
5:41 UTC
Read the original article
Hit count: 428
I know of some people who use git pull --rebase by default and others who insist never to use it. I believe I understand the difference between merging and rebasing, but I'm trying to put this in the context of git pull. Is it just about not wanting to see lots of merge commit messages? Or are there other issues?
© Stack Overflow or respective owner