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

Line 10: Line 10:
= Setting up for Development on Master =
= Setting up for Development on Master =
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>git remote add mozauto git@github.com:mozautomation/mozmill.git</pre>
<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:
canmove, Confirmed users
2,041

edits