Changes between Version 9 and Version 10 of UpdatingBugzilla


Ignore:
Timestamp:
Aug 1, 2009 3:22:51 PM (15 years ago)
Author:
ddkilzer@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v9 v10  
    4646}}}
    4747
    48  * Create a local git branch.
     48 * Create a local git branch to track the BugsSite master branch.
    4949{{{
    50     git checkout -b master remotes/origin-bugssite/master
     50    git branch --track master remotes/origin-bugssite/master
    5151}}}
    5252
     
    7777    git fetch origin-bugzilla
    7878    git checkout master
    79     git svn rebase
     79    git pull
    8080}}}
    8181