Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
(Update to point to current docs) |
(Update to reference Github) |
||
| Line 1: | Line 1: | ||
The Bugzilla Project uses the [http://git-scm.com/ git] Version Control System. You can see the contents of the Bugzilla git repository on [ | __NOTOC__ | ||
The Bugzilla Project uses the [http://git-scm.com/ git] Version Control System. You can see the contents of the Bugzilla git repository on [https://github.com/bugzilla/bugzilla Github]. | |||
= Checking Code Out of git = | = Checking Code Out of git = | ||
| Line 5: | Line 6: | ||
The simplest way to get the latest Bugzilla development code is: | The simplest way to get the latest Bugzilla development code is: | ||
git clone https:// | git clone https://github.com/bugzilla/bugzilla | ||
That will clone the Bugzilla git repository into a directory called "bugzilla" and will check out the "master" branch. | That will clone the Bugzilla git repository into a directory called "bugzilla" and will check out the "master" branch. | ||
| Line 18: | Line 19: | ||
If you have checkin rights and plan to use them, remember to also execute: | If you have checkin rights and plan to use them, remember to also execute: | ||
git remote set-url --push origin | git remote set-url --push origin git@github.com:bugzilla/bugzilla.git | ||
== Getting A Specific Release == | == Getting A Specific Release == | ||