Skip to content

Commit 2ae8205

Browse files
authored
Merge pull request #880 from rpjday/getting_git_on_a_server
Rename "Getting Git on a Server" link to reflect the section name
2 parents e82f514 + 3ba7003 commit 2ae8205

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 via your new remote name `local_
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 subsequently fetching from it.

0 commit comments

Comments
 (0)