Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
(Updating some URLs to match reality, and updating tag name to match new best practice.) |
(→Checking Code Out of git: - add info about if you have checkin rights) |
||
| Line 5: | Line 5: | ||
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.mozilla.org/bugzilla/bugzilla. | git clone https://git.mozilla.org/bugzilla/bugzilla | ||
or, if you have checkin rights and plan to use them, then: | |||
git clone ssh://gitolite3@git.mozilla.org/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. | ||