Confirmed users
3,816
edits
No edit summary |
|||
| Line 12: | Line 12: | ||
<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: | |||
<pre>git pull origin master | <pre> | ||
git pull origin master // Pulls changes from your github fork to your local machine | |||
git pull mozauto master // Pulls changes from mozauto to your local machine | |||
git push origin master // Pushes any changes from mozauto back up to your github fork | |||
</pre> | |||
Now you're in sync. Time to get stuff done. | |||
= Setting up for Development on 1.4.2 = | = Setting up for Development on 1.4.2 = | ||