Changes between Version 64 and Version 65 of UsingGitWithWebKit


Ignore:
Timestamp:
Feb 10, 2011 11:27:02 AM (13 years ago)
Author:
ddkilzer@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v64 v65  
    8282}}}
    8383
     84Use the <tt>-l|--local</tt> flag to tell git svn rebase to look for new commits in the local repository.  This makes it possible to pull from git.webkit.org and then update the svn branches quickly:
     85
     86{{{
     87   git svn rebase -l
     88}}}
     89
    8490If you'd like to fetch new commits from the Subversion repository without moving your local branch, you can use the following command:
    8591