Skip to content

Commit 3ba7003

Browse files
committed
Rename "Getting Git on a Server" link to reflect the section name
The original asciidoc link name displayed to the reader was "Git on the Server", which is in fact the very name of the chapter, which is somewhat confusing, so change the link name to reflect the actual section name.
1 parent 1bf5bfb commit 3ba7003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/04-git-server/sections/git-on-a-server.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[_git_on_the_server]]
1+
[[_getting_git_on_a_server]]
22
=== Getting Git on a Server
33

44
Now we'll cover setting up a Git service running these protocols on your own server.

book/04-git-server/sections/protocols.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Then, you can push to and pull from that remote as though you were doing so over
4646
The pros of file-based repositories are that they're simple and they use existing file permissions and network access.
4747
If you already have a shared filesystem to which your whole team has access, setting up a repository is very easy.
4848
You stick the bare repository copy somewhere everyone has shared access to and set the read/write permissions as you would for any other shared directory.
49-
We'll discuss how to export a bare repository copy for this purpose in <<_git_on_the_server>>.
49+
We'll discuss how to export a bare repository copy for this purpose in <<_getting_git_on_a_server>>.
5050

5151
This is also a nice option for quickly grabbing work from someone else's working repository.
5252
If you and a co-worker are working on the same project and they want you to check something out, running a command like `git pull /home/john/project` is often easier than them pushing to a remote server and you pulling down.

0 commit comments

Comments
 (0)