Changes between Version 55 and Version 56 of UsingGitWithWebKit


Ignore:
Timestamp:
Oct 20, 2010 3:30:53 PM (14 years ago)
Author:
Ademar Reis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v55 v56  
    22
    33= Tips and Tricks for using Git with WebKit =
    4 
     4See also:
     5 * [http://gitorious.org/webkit/pages/UsingMirrorWithGitSvn How to setup an always up-to-date git-svn mirror of QtWebKit]
    56 * [wiki:"Moving to Git" Proposal for moving WebKit development to Git]
    67
    78== Install ==
    8 
    99Mac users:
    1010 * Update your Git install: http://code.google.com/p/git-osx-installer/
     
    2121
    2222== Checkout ==
    23 
    2423To checkout WebKit using git:
    2524
     
    5150
    5251== Updating ==
    53 
    5452If you're not tracking the Subversion repository the following command will fetch new commits from `git.webkit.org`:
    5553
     
    8381
    8482== Commit manually through git-svn directly ==
    85 
    8683If you have been granted commit access to WebKit's SVN repository it is possible to work entirely with git and to commit through `git-svn`, however using webkit-patch land (see next section) is encouraged since it deals with changelogs, commit logs and bugzilla for you.
    8784
     
    185182
    186183== Workflow ==
    187 
    188184If you are not familiar with Git and wish to see a a sample workflow for making modifications, see [wiki:HackingWebInspector#NowDoYourHacking the web inspector tutorial].