summaryrefslogtreecommitdiffstats
path: root/everyday.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
commita28a920b817789e9535e30d163d1cfeda9803b99 (patch)
tree0276dc9699fe17f0b3daa7ad772b8f34f11463b7 /everyday.html
parent010705ace148110d091fef2fb78d70223306d9e0 (diff)
downloadgit-htmldocs-a28a920b817789e9535e30d163d1cfeda9803b99.tar.gz
Autogenerated HTML docs for v1.7.11-3-g60475
Diffstat (limited to 'everyday.html')
-rw-r--r--everyday.html44
1 files changed, 22 insertions, 22 deletions
diff --git a/everyday.html b/everyday.html
index 5d17d8fef..3906da406 100644
--- a/everyday.html
+++ b/everyday.html
@@ -575,60 +575,60 @@ following commands.</p></div>
<div class="ulist"><ul>
<li>
<p>
- to create a new repository.
+<a href="git-init.html">git-init(1)</a> to create a new repository.
</p>
</li>
<li>
<p>
- to see where you are.
+<a href="git-show-branch.html">git-show-branch(1)</a> to see where you are.
</p>
</li>
<li>
<p>
- to see what happened.
+<a href="git-log.html">git-log(1)</a> to see what happened.
</p>
</li>
<li>
<p>
- and to switch
+<a href="git-checkout.html">git-checkout(1)</a> and <a href="git-branch.html">git-branch(1)</a> to switch
branches.
</p>
</li>
<li>
<p>
- to manage the index file.
+<a href="git-add.html">git-add(1)</a> to manage the index file.
</p>
</li>
<li>
<p>
- and to see what
+<a href="git-diff.html">git-diff(1)</a> and <a href="git-status.html">git-status(1)</a> to see what
you are in the middle of doing.
</p>
</li>
<li>
<p>
- to advance the current branch.
+<a href="git-commit.html">git-commit(1)</a> to advance the current branch.
</p>
</li>
<li>
<p>
- and (with
+<a href="git-reset.html">git-reset(1)</a> and <a href="git-checkout.html">git-checkout(1)</a> (with
pathname parameters) to undo changes.
</p>
</li>
<li>
<p>
- to merge between local branches.
+<a href="git-merge.html">git-merge(1)</a> to merge between local branches.
</p>
</li>
<li>
<p>
- to maintain topic branches.
+<a href="git-rebase.html">git-rebase(1)</a> to maintain topic branches.
</p>
</li>
<li>
<p>
- to mark known point.
+<a href="git-tag.html">git-tag(1)</a> 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>
- from the upstream to prime your local
+<a href="git-clone.html">git-clone(1)</a> from the upstream to prime your local
repository.
</p>
</li>
<li>
<p>
- and from "origin"
+<a href="git-pull.html">git-pull(1)</a> and <a href="git-fetch.html">git-fetch(1)</a> from "origin"
to keep up-to-date with the upstream.
</p>
</li>
<li>
<p>
- to shared repository, if you adopt CVS
+<a href="git-push.html">git-push(1)</a> to shared repository, if you adopt CVS
style shared repository workflow.
</p>
</li>
<li>
<p>
- to prepare e-mail submission, if
+<a href="git-format-patch.html">git-format-patch(1)</a> 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>
- to apply patches e-mailed in from your
+<a href="git-am.html">git-am(1)</a> to apply patches e-mailed in from your
contributors.
</p>
</li>
<li>
<p>
- to merge from your trusted lieutenants.
+<a href="git-pull.html">git-pull(1)</a> to merge from your trusted lieutenants.
</p>
</li>
<li>
<p>
- to prepare and send suggested
+<a href="git-format-patch.html">git-format-patch(1)</a> to prepare and send suggested
alternative to contributors.
</p>
</li>
<li>
<p>
- to undo botched commits.
+<a href="git-revert.html">git-revert(1)</a> to undo botched commits.
</p>
</li>
<li>
<p>
- to publish the bleeding edge.
+<a href="git-push.html">git-push(1)</a> 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>
- to allow anonymous download from
+<a href="git-daemon.html">git-daemon(1)</a> to allow anonymous download from
repository.
</p>
</li>
<li>
<p>
- can be used as a <em>restricted login shell</em>
+<a href="git-shell.html">git-shell(1)</a> can be used as a <em>restricted login shell</em>
for shared central repository users.
</p>
</li>