Changes between Version 9 and Version 10 of UpdatingBugzilla
- Timestamp:
- Aug 1, 2009, 3:22:51 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdatingBugzilla
v9 v10 46 46 }}} 47 47 48 * Create a local git branch .48 * Create a local git branch to track the BugsSite master branch. 49 49 {{{ 50 git checkout -bmaster remotes/origin-bugssite/master50 git branch --track master remotes/origin-bugssite/master 51 51 }}} 52 52 … … 77 77 git fetch origin-bugzilla 78 78 git checkout master 79 git svn rebase79 git pull 80 80 }}} 81 81