summaryrefslogtreecommitdiffstats
path: root/everyday.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
commit719b8a3137af7aea177e42a98cdfbb5180a10f33 (patch)
tree0b0aceeacfdab20db87a431a8a95e1388f0d9e19 /everyday.html
parent022bd341a82a08e16719ab8744973feed49e94d3 (diff)
downloadgit-htmldocs-719b8a3137af7aea177e42a98cdfbb5180a10f33.tar.gz
Autogenerated HTML docs for v1.7.11-rc2-2-g02101
Diffstat (limited to 'everyday.html')
-rw-r--r--everyday.html46
1 files changed, 23 insertions, 23 deletions
diff --git a/everyday.html b/everyday.html
index ec325c3dd..5d17d8fef 100644
--- a/everyday.html
+++ b/everyday.html
@@ -575,60 +575,60 @@ following commands.</p></div>
<div class="ulist"><ul>
<li>
<p>
-<a href="git-init.html">git-init(1)</a> to create a new repository.
+ to create a new repository.
</p>
</li>
<li>
<p>
-<a href="git-show-branch.html">git-show-branch(1)</a> to see where you are.
+ to see where you are.
</p>
</li>
<li>
<p>
-<a href="git-log.html">git-log(1)</a> to see what happened.
+ to see what happened.
</p>
</li>
<li>
<p>
-<a href="git-checkout.html">git-checkout(1)</a> and <a href="git-branch.html">git-branch(1)</a> to switch
+ and to switch
branches.
</p>
</li>
<li>
<p>
-<a href="git-add.html">git-add(1)</a> to manage the index file.
+ to manage the index file.
</p>
</li>
<li>
<p>
-<a href="git-diff.html">git-diff(1)</a> and <a href="git-status.html">git-status(1)</a> to see what
+ and to see what
you are in the middle of doing.
</p>
</li>
<li>
<p>
-<a href="git-commit.html">git-commit(1)</a> to advance the current branch.
+ to advance the current branch.
</p>
</li>
<li>
<p>
-<a href="git-reset.html">git-reset(1)</a> and <a href="git-checkout.html">git-checkout(1)</a> (with
+ and (with
pathname parameters) to undo changes.
</p>
</li>
<li>
<p>
-<a href="git-merge.html">git-merge(1)</a> to merge between local branches.
+ to merge between local branches.
</p>
</li>
<li>
<p>
-<a href="git-rebase.html">git-rebase(1)</a> to maintain topic branches.
+ to maintain topic branches.
</p>
</li>
<li>
<p>
-<a href="git-tag.html">git-tag(1)</a> to mark known point.
+ to mark known point.
</p>
</li>
</ul></div>
@@ -761,25 +761,25 @@ addition to the ones needed by a standalone developer.</p></div>
<div class="ulist"><ul>
<li>
<p>
-<a href="git-clone.html">git-clone(1)</a> from the upstream to prime your local
+ from the upstream to prime your local
repository.
</p>
</li>
<li>
<p>
-<a href="git-pull.html">git-pull(1)</a> and <a href="git-fetch.html">git-fetch(1)</a> from "origin"
+ and from "origin"
to keep up-to-date with the upstream.
</p>
</li>
<li>
<p>
-<a href="git-push.html">git-push(1)</a> to shared repository, if you adopt CVS
+ to shared repository, if you adopt CVS
style shared repository workflow.
</p>
</li>
<li>
<p>
-<a href="git-format-patch.html">git-format-patch(1)</a> to prepare e-mail submission, if
+ to prepare e-mail submission, if
you adopt Linux kernel-style public forum workflow.
</p>
</li>
@@ -946,29 +946,29 @@ commands in addition to the ones needed by participants.</p></div>
<div class="ulist"><ul>
<li>
<p>
-<a href="git-am.html">git-am(1)</a> to apply patches e-mailed in from your
+ to apply patches e-mailed in from your
contributors.
</p>
</li>
<li>
<p>
-<a href="git-pull.html">git-pull(1)</a> to merge from your trusted lieutenants.
+ to merge from your trusted lieutenants.
</p>
</li>
<li>
<p>
-<a href="git-format-patch.html">git-format-patch(1)</a> to prepare and send suggested
+ to prepare and send suggested
alternative to contributors.
</p>
</li>
<li>
<p>
-<a href="git-revert.html">git-revert(1)</a> to undo botched commits.
+ to undo botched commits.
</p>
</li>
<li>
<p>
-<a href="git-push.html">git-push(1)</a> to publish the bleeding edge.
+ to publish the bleeding edge.
</p>
</li>
</ul></div>
@@ -1099,13 +1099,13 @@ and maintain access to the repository by developers.</p></div>
<div class="ulist"><ul>
<li>
<p>
-<a href="git-daemon.html">git-daemon(1)</a> to allow anonymous download from
+ to allow anonymous download from
repository.
</p>
</li>
<li>
<p>
-<a href="git-shell.html">git-shell(1)</a> can be used as a <em>restricted login shell</em>
+ can be used as a <em>restricted login shell</em>
for shared central repository users.
</p>
</li>
@@ -1273,7 +1273,7 @@ upload to public HTTP server hosted by your ISP.
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2012-05-02 15:00:44 PDT
</div>
</div>
</body>