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

Jump to navigation Jump to search
→‎Ready to Push: update for new repo location
(→‎Setting up for Development on 1.5: update location of repo)
(→‎Ready to Push: update for new repo location)
Line 71: Line 71:
</pre>
</pre>


Ok, you've gotten your review, your commits are in good shape, and your commit message is correct, then you're ready to push, let's say you want to push to mozauto/master:
Ok, you've gotten your review, your commits are in good shape, and your commit message is correct, then you're ready to push, let's say you want to push to mozilla/master:
<pre>
<pre>
git checkout master              // Switch to master branch
git checkout master              // Switch to master branch
git pull --rebase mozauto master // Ensure your master is up to date: see below...
git pull --rebase mozilla master // Ensure your master is up to date: see below...
git merge myfeature              // Merges your commits to the master
git merge myfeature              // Merges your commits to the master
git push origin master          // Pushes to your fork
git push origin master          // Pushes to your fork
git push mozauto master          // Pushes to mozautomation master
git push mozilla master          // Pushes to mozilla master
                                 // PARTY!
                                 // PARTY!
</pre>
</pre>
947

edits

Navigation menu