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

no edit summary
(Obsolete Github links)
No edit summary
Line 17: Line 17:
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:
<pre>
<pre>
git pull --rebase mozauto master  # Pulls changes from mozauto to your local machine
git pull --rebase mozilla master  # Pulls changes from mozilla to your local machine
git push origin master            # Pushes any changes from mozauto to your Github fork
git push origin master            # Pushes any changes from mozilla to your Github fork
</pre>
</pre>
Now you're in sync.  Unless you're working on a maintenance release, skip down to "getting stuff done".
Now you're in sync.  Unless you're working on a maintenance release, skip down to "getting stuff done".
3

edits