947
edits
(→For those with commit access: note pushing to the remote master) |
(→Getting Started: information for non-github account holders) |
||
| Line 5: | Line 5: | ||
* Clone your fork using your ssh key URL on github: | * Clone your fork using your ssh key URL on github: | ||
<pre>git clone git@github.com:<github username>/mozmill.git</pre> | <pre>git clone git@github.com:<github username>/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: | |||
<pre>git clone http://github.com/mozautomation/mozmill.git</pre> | |||
= Setting up for Development (for 1.4.2)= | = Setting up for Development (for 1.4.2)= | ||
edits