Changes between Version 55 and Version 56 of UpdatingBugzilla


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v55 v56  
    8080
    8181 * Set up tracking branch for upstream.
    82 
    83  * Set up tracking branch for master?
    84 
    85  * TBD.
     82{{{
     83    git remote add -f upstream https://github.com/bugzilla/bugzilla.git
     84    git branch --track upstream remotes/upstream/master
     85}}}
    8686
    8787== Update ==