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

(→‎Writing a Test: note that mutt now exists)
Line 11: Line 11:
Master is where the next version of Mozmill comes from.  To get ready to work here, you'll need to be able to pull in changes from the remote mozautomation repo.  To set that up, you add it as a remote repo:
Master is where the next version of Mozmill comes from.  To get ready to work here, you'll need to be able to pull in changes from the remote mozautomation repo.  To set that up, you add it as a remote repo:
<pre>cd mozmill; git remote add mozauto git://github.com/mozautomation/mozmill.git</pre>
<pre>cd mozmill; git remote add mozauto git://github.com/mozautomation/mozmill.git</pre>
If you are going to commit to master:
<pre>git remote add mozauto git@github.com:mozautomation/mozmill.git</pre>


Here's how to stay up to date with the remote mozautomation repository:
Here's how to stay up to date with the remote mozautomation repository:
947

edits