Confirmed users
3,816
edits
(→Getting Started: link to git's homepage) |
|||
Line 4: | Line 4: | ||
* Install [http://git-scm.com/ git] on your system | * Install [http://git-scm.com/ git] on your system | ||
* Clone your fork using your ssh key URL on github: | * Clone your fork using your ssh key URL on github: | ||
<pre>git clone git | <pre>git clone git://github.com/mozautomation/mozmill.git</pre> | ||
* If you don't want to get a github account, you can still clone the repository, but you won't be able to push upstream or issue pull requests: | * If you don't want to get a github account, you can still clone the repository, but you won't be able to push upstream or issue pull requests: | ||
<pre>git clone http://github.com/mozautomation/mozmill.git</pre> | <pre>git clone http://github.com/mozautomation/mozmill.git</pre> |