4 ms·
> Never rebase if you've pushed the commits to a central repo because git will detect conflicts of the changes. the manual already cover this issue[1]. In shor
by bxbb 13y ago
> Never rebase if you've pushed the commits to a central repo because git will detect conflicts of the changes.
the manual already cover this issue[1]. In short, rebase when you pull if you prefer to, but always merge when you push.
[1] http://git-scm.com/book/en/Git-Branching-Rebasing#The-Perils-of-Rebasing http://git-scm.com/book/en/Git-Branching-Rebasing#The-Perils...
- base698 13y agohttp://2.bp.blogspot.com/-NBip49LJnRs/UUxapwtg5XI/AAAAAAAACm0/EJ5yHY6yng0/s1600/Master+Of+The+Obvious.jpg http://2.bp.blogspot.com/-NBip49LJnRs/UUxapwtg5XI/AAAAAAAACm... After reading this thread how many people would you guess have done that? Fairly good advice but if you wait for everyone to finish the book you'll wait forever. Better educate constructively when needed.