summaryrefslogtreecommitdiffstats
path: root/howto-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-06 22:35:57 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-06 22:35:57 -0700
commita89117826695bd15a06ab893f088622d58d49b0f (patch)
tree70a28e4da17998aca0ba3e65532c146377dc655b /howto-index.txt
parentcb66540f7a8e62233e4f403871e927e8de01bb3f (diff)
downloadgit-htmldocs-a89117826695bd15a06ab893f088622d58d49b0f.tar.gz
Autogenerated HTML docs for v2.27.0-343-g4a0fcf
Diffstat (limited to 'howto-index.txt')
-rw-r--r--howto-index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/howto-index.txt b/howto-index.txt
index 67bd7ad2d..ecc16ad8c 100644
--- a/howto-index.txt
+++ b/howto-index.txt
@@ -27,7 +27,7 @@ commands to Git. It should be read alongside api-builtin.txt.
* link:howto/rebase-from-internal-branch.html[rebase-from-internal-branch] by Junio C Hamano <gitster@pobox.com>
In this article, JC talks about how he rebases the
-public "pu" branch using the core Git tools when he updates
+public "seen" branch using the core Git tools when he updates
the "master" branch, and how "rebase" works. Also discussed
is how this applies to individual developers who sends patches
upstream.