Lines Matching refs:rebase
567 pull --rebase`` instead of ``git pull`` to avoid generating a non-linear history
568 in your clone. To configure ``git pull`` to pass ``--rebase`` by default on the
573 % git config branch.master.rebase true
640 % git svn rebase -l # -l avoids fetching ahead of the git mirror.
648 % git svn rebase -l
659 % git svn rebase -l
662 git svn rebase -l)
667 ``checkout`` each working branch individually and ``rebase`` it on top of its
693 On success, ``dcommit`` will rebase against the HEAD of SVN, so to avoid conflict,
694 please make sure your current branch is up-to-date (via fetch/rebase) before
704 % git svn rebase -l