Auto-tools/Projects/Mozmill/RepoSetup: Difference between revisions

Obsolete Github links
(Obsolete Github links)
Line 1: Line 1:
= Getting Started =
= Getting Started =
* Get a [https://github.com/ GitHub account]
* Get a [https://github.com/ GitHub account]
* Fork the [http://github.com/mozautomation/mozmill mozautomation/mozmill] repo (use the Github UI for this)
* Fork the [http://github.com/mozilla/mozmill mozilla/mozmill] repo (use the Github UI for this)
* 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@github.com:<your-github-username>/mozmill.git</pre>
<pre>git clone git@github.com:<your-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:
* 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/mozilla/mozmill.git</pre>


= Setting up for Development on Master =
= Setting up for Development on Master =
3

edits