Skip to content

Commit 67ceed1

Browse files
Martin Ågrengitster
authored andcommitted
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 8942821 ("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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 73876f4 commit 67ceed1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Documentation/gittutorial.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ summary of the situation with 'git status':
109109
$ git status
110110
On branch master
111111
Changes to be committed:
112-
Your branch is up to date with 'origin/master'.
113112
(use "git restore --staged <file>..." to unstage)
114113

115114
modified: file1

0 commit comments

Comments
 (0)