Changes between Version 87 and Version 88 of UsingGitWithWebKit
- Timestamp:
- Jul 16, 2012, 10:56:11 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v87 v88 220 220 }}} 221 221 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 thisuse 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'). 223 223 {{{ 224 224 git checkout -b 7000-2