Re: Git for perforce users
by Rafael Garcia-Suarez other posts by this author
Sep 4 2008 7:24AM messages near this date
Re: Git for perforce users
|
Hosting Perl's git
2008/9/4 Yuval Kogman <nothingmuch@[...].org> :
> =head3 sync
>
> C<git pull> fetches changes and merges them using C<git rebase>.
Well, no. git pull merges using git merge; C<git pull --rebase> merges
using git rebase. And rebasing must not be used on published branches
(at least not without a widely published warning.)
Thread:
Yuval Kogman
Aristotle Pagaltzis
Yuval Kogman
Rafael Garcia-Suarez
|