3
edits
(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 | git pull --rebase mozilla master # Pulls changes from mozilla to your local machine | ||
git push origin master # Pushes any changes from | 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". |
edits