Lines Matching refs:rebase
547 pull --rebase`` instead of ``git pull`` to avoid generating a non-linear history
548 in your clone. To configure ``git pull`` to pass ``--rebase`` by default on the
553 % git config branch.master.rebase true
622 % git svn rebase -l # -l avoids fetching ahead of the git mirror.
630 % git svn rebase -l
641 % git svn rebase -l
644 git svn rebase -l)
649 ``checkout`` each working branch individually and ``rebase`` it on top of its
675 On success, ``dcommit`` will rebase against the HEAD of SVN, so to avoid conflict,
676 please make sure your current branch is up-to-date (via fetch/rebase) before
686 % git svn rebase -l
704 % git config branch.master.rebase true