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

(update to 1.5.1 workflow, correct some statements)
Line 45: Line 45:


== Push a Feature branch to Github ==
== Push a Feature branch to Github ==
If you want give people a link to your new feature or show someone your code, you can push your local changes to your remote fork on Github so that it appears in that UI:
<pre>
<pre>
git checkout myfeature        // switch to feature branch if not already on it
git checkout myfeature        // switch to feature branch if not already on it
865

edits