Skip to content

Commit a115daf

Browse files
dakhubgitJ. Bruce Fields
authored andcommitted
Documentation/user-manual.txt: fix a few omissions of gitlink commands.
Signed-off-by: David Kastrup <[email protected]>
1 parent d5821de commit a115daf

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Documentation/user-manual.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,11 +1728,12 @@ taken from the message containing each patch.
17281728
Public git repositories
17291729
-----------------------
17301730

1731-
Another way to submit changes to a project is to tell the maintainer of
1732-
that project to pull the changes from your repository using git-pull[1].
1733-
In the section "<<getting-updates-with-git-pull, Getting updates with
1734-
git pull>>" we described this as a way to get updates from the "main"
1735-
repository, but it works just as well in the other direction.
1731+
Another way to submit changes to a project is to tell the maintainer
1732+
of that project to pull the changes from your repository using
1733+
gitlink:git-pull[1]. In the section "<<getting-updates-with-git-pull,
1734+
Getting updates with git pull>>" we described this as a way to get
1735+
updates from the "main" repository, but it works just as well in the
1736+
other direction.
17361737

17371738
If you and the maintainer both have accounts on the same machine, then
17381739
you can just pull changes from each other's repositories directly;
@@ -1989,7 +1990,8 @@ $ cd work
19891990
Linus's tree will be stored in the remote branch named origin/master,
19901991
and can be updated using gitlink:git-fetch[1]; you can track other
19911992
public trees using gitlink:git-remote[1] to set up a "remote" and
1992-
git-fetch[1] to keep them up-to-date; see <<repositories-and-branches>>.
1993+
gitlink:git-fetch[1] to keep them up-to-date; see
1994+
<<repositories-and-branches>>.
19931995

19941996
Now create the branches in which you are going to work; these start out
19951997
at the current tip of origin/master branch, and should be set up (using

0 commit comments

Comments
 (0)