Skip to content

Commit e079ffb

Browse files
committed
Add hyphen to git push for man page consistency
1 parent 06b3501 commit e079ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ To jessica@githost:simplegit.git
146146
The last line of the output above shows a useful return message from the push operation.
147147
The basic format is `<oldref>..<newref> fromref \-> toref`, where `oldref` means the old reference, `newref` means the new reference, `fromref` is the name of the local reference being pushed, and `toref` is the name of the remote reference being updated.
148148
You'll see similar output like this below in the discussions, so having a basic idea of the meaning will help in understanding the various states of the repositories.
149-
More details are available in the documentation for https://git-scm.com/docs/git-push[git push].
149+
More details are available in the documentation for https://git-scm.com/docs/git-push[git-push].
150150

151151
Continuing with the example, John tries to push his change up, too:
152152

0 commit comments

Comments
 (0)