$ git commit -a</tt></pre>\r
</div></div>\r
<p>at this point the two branches have diverged, with different changes\r
-made in each. To merge the changes made in the two branches, run</p>\r
+made in each. To merge the changes made in experimental into master, run</p>\r
<div class="listingblock">\r
<div class="content">\r
<pre><tt>$ git pull . experimental</tt></pre>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:42 UTC\r
+Last updated 22-Nov-2006 08:28:42 UTC\r
</div>\r
</div>\r
</body>\r
------------------------------------------------
at this point the two branches have diverged, with different changes
-made in each. To merge the changes made in the two branches, run
+made in each. To merge the changes made in experimental into master, run
------------------------------------------------
$ git pull . experimental