947
edits
(→Setting up for Development on Master: change comments to comments that actually work in the shell) |
|||
| Line 14: | Line 14: | ||
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 | git pull --rebase mozauto master # Pulls changes from mozauto to your local machine | ||
git push origin master | git push origin master # Pushes any changes from mozauto 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