Bugzilla:Git: Difference between revisions

Jump to navigation Jump to search
Update to reference Github
(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 [http://git.mozilla.org/?p=bugzilla/bugzilla.git;a=summary Mozilla's git server].
__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.mozilla.org/bugzilla/bugzilla
   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 ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla
   git remote set-url --push origin git@github.com:bugzilla/bugzilla.git


== Getting A Specific Release ==
== Getting A Specific Release ==
Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925

edits

Navigation menu