Changes between Version 47 and Version 48 of UpdatingBugzilla


Ignore:
Timestamp:
Feb 10, 2017 9:42:11 AM (7 years ago)
Author:
ddkilzer@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingBugzilla

    v47 v48  
    4848}}}
    4949
    50 * Push repository to central git server.
    51 
     50* Add new `origin` remote and push the repository.  NOTE: This is only an example; it doesn't work in practice.
     51{{{
     52    git remote add origin git://git.webkit.org/bugzilla.git
     53    git push origin master
     54    git push origin upstream
     55    git push --tags origin
     56}}}
    5257  For now this is internal to Apple, but we may expose it later on git.webkit.org.
    5358