]> git.ipfire.org Git - thirdparty/git.git/commit
gittutorial: drop early mention of origin
authorMartin Ågren <martin.agren@gmail.com>
Sat, 15 Apr 2023 17:29:10 +0000 (19:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Apr 2023 21:34:07 +0000 (14:34 -0700)
commit67ceed1f8250c0a721f955e9d17c2d545c922764
tree9d7a404c64b204436b96df9ef6d95db51d92c612
parent73876f4861cd3d187a4682290ab75c9dccadbc56
gittutorial: drop early mention of origin

We don't have an origin at this point in the tutorial, so "Your branch
is up to date" won't actually show up in the output of `git status`.

This line was introduced in 8942821ec0 ("gittutorial: fix output of 'git
status'", 2014-11-13) in what looks like a mistake -- that commit mostly
just wanted to remove leading '#' characters.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gittutorial.txt