Changes between Version 47 and Version 48 of UpdatingBugzilla
- Timestamp:
- Feb 10, 2017, 9:42:11 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdatingBugzilla
v47 v48 48 48 }}} 49 49 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 }}} 52 57 For now this is internal to Apple, but we may expose it later on git.webkit.org. 53 58