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

Jump to navigation Jump to search
→‎Setting up for Development on Master: change comments to comments that actually work in the shell
(→‎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  // Pulls changes from mozauto to your local machine
git pull --rebase mozauto master  # Pulls changes from mozauto 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 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".
947

edits

Navigation menu