Changes between Version 87 and Version 88 of UsingGitWithWebKit


Ignore:
Timestamp:
Jul 16, 2012 10:56:11 AM (12 years ago)
Author:
dbates@webkit.org
Comment:

Remove extraneous word "this" to make the sentence read well.

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v87 v88  
    220220}}}
    221221
    222  * If you have several bugs on the go at once and have a separate branch for each, it can be a pain to switch between branches because it will invariably clobber your build. To avoid rebuilding the world every time you switch branches this use the following simple trick. Let's assume you need to switch to the branch that contains your work for bug 7000 (in a branch called '7000').
     222 * If you have several bugs on the go at once and have a separate branch for each, it can be a pain to switch between branches because it will invariably clobber your build. To avoid rebuilding the world every time you switch branches use the following simple trick. Let's assume you need to switch to the branch that contains your work for bug 7000 (in a branch called '7000').
    223223{{{
    224224git checkout -b 7000-2