summaryrefslogtreecommitdiffstats
path: root/gitcore-tutorial.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-09-19 06:37:10 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-09-19 06:37:10 +0000
commit4604fe5609a48fc240d1a88a15c642c9883363c7 (patch)
tree846c5b418d438e9580d0a7702be832f1d1d9874c /gitcore-tutorial.html
parent5e4d8dee8bb242deb8fd16e7dcd74a0e7fb713d2 (diff)
downloadgit-htmldocs-4604fe5609a48fc240d1a88a15c642c9883363c7.tar.gz
Autogenerated HTML docs for v1.6.0.2-287-g3791f
Diffstat (limited to 'gitcore-tutorial.html')
-rw-r--r--gitcore-tutorial.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/gitcore-tutorial.html b/gitcore-tutorial.html
index 886b7d396..359938fd4 100644
--- a/gitcore-tutorial.html
+++ b/gitcore-tutorial.html
@@ -1093,13 +1093,13 @@ you have, you can say</p></div>
</div></div>
<div class="para"><p>which used to be nothing more than a simple script around <tt>ls .git/refs/heads</tt>.
There will be an asterisk in front of the branch you are currently on.</p></div>
-<div class="para"><p>Sometimes you may wish to create a new branch <em>without</em> actually
+<div class="para"><p>Sometimes you may wish to create a new branch _without_ actually
checking it out and switching to it. If so, just use the command</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>$ git branch &lt;branchname&gt; [startingpoint]</tt></pre>
</div></div>
-<div class="para"><p>which will simply <em>create</em> the branch, but will not do anything further.
+<div class="para"><p>which will simply _create_ the branch, but will not do anything further.
You can then later &#8212; once you decide that you want to actually develop
on that branch &#8212; switch to that branch with a regular <em>git-checkout</em>
with the branchname as the argument.</p></div>
@@ -1198,7 +1198,7 @@ history looks like. Notice that <tt>mybranch</tt> still exists, and you can
switch to it, and continue to work with it if you want to. The
<tt>mybranch</tt> branch will not contain the merge, but next time you merge it
from the <tt>master</tt> branch, git will know how you merged it, so you'll not
-have to do <em>that</em> merge again.</p></div>
+have to do _that_ merge again.</p></div>
<div class="para"><p>Another useful tool, especially if you do not always work in X-Window
environment, is <tt>git show-branch</tt>.</p></div>
<div class="listingblock">
@@ -2038,7 +2038,7 @@ to follow, not easier.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-08-12 06:59:10 UTC
+Last updated 2008-09-19 06:33:23 UTC
</div>
</div>
</body>