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

Jump to navigation Jump to search
Line 11: Line 11:
<pre>git remote add mozauto git@github.com:mozautomation/mozmill.git</pre>
<pre>git remote add mozauto git@github.com:mozautomation/mozmill.git</pre>
* Pull the 1.4.2 code into a local branch:
* Pull the 1.4.2 code into a local branch:
<pre>git checkout -b 1.4.2</pre>
<pre>git checkout -b 1.4.2
git pull mozauto 1.4.2</pre>
* Now you're on a local branch called "1.4.2" with the 1.4.2 code.  Use git checkout to switch between local branches.
* Now you're on a local branch called "1.4.2" with the 1.4.2 code.  Use git checkout to switch between local branches.


865

edits

Navigation menu