Changes between Version 33 and Version 34 of UpdatingBugzilla


Ignore:
Timestamp:
Feb 9, 2017 3:32:58 PM (7 years ago)
Author:
ddkilzer@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v33 v34  
    2525}}}
    2626
    27  * Create a local git repository to do the merge.
     27 * Import upstream Bugzilla repository to do the merge.
    2828{{{
    29     mkdir bugzilla.git
    3029    cd bugzilla.git
    31     git init
    32 }}}
    33 
    34  * Import the BugsSite.git repository:
    35 {{{
    36     git remote add -f BugsSite ../BugsSite.git
     30    git remote add -f upstream https://github.com/bugzilla/bugzilla.git
    3731}}}
    3832
     
    5852    git branch --track master remotes/BugsSite/master
    5953}}}
     54
     55== Setup from git-svn Repository ==
     56
     57TBD.
    6058
    6159== Update ==