Skip to content

Commit

Permalink
Merge pull request progit#141 from maicki/master
Browse files Browse the repository at this point in the history
Fixed hosting page link in chapter 4
  • Loading branch information
schacon committed Dec 8, 2011
2 parents ab2bc4f + 735d612 commit 67c50d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/04-git-server/01-chapter4.markdown
Expand Up @@ -751,9 +751,9 @@ Now, if you commit and push the project, GitWeb will automatically start showing

If you don’t want to go through all of the work involved in setting up your own Git server, you have several options for hosting your Git projects on an external dedicated hosting site. Doing so offers a number of advantages: a hosting site is generally quick to set up and easy to start projects on, and no server maintenance or monitoring is involved. Even if you set up and run your own server internally, you may still want to use a public hosting site for your open source code — it’s generally easier for the open source community to find and help you with.

These days, you have a huge number of hosting options to choose from, each with different advantages and disadvantages. To see an up-to-date list, check out the GitHosting page on the main Git wiki:
These days, you have a huge number of hosting options to choose from, each with different advantages and disadvantages. To see an up-to-date list, check out the following page:

http://git.or.cz/gitwiki/GitHosting
http://git-scm.com/tools#hosting

Because we can’t cover all of them, and because I happen to work at one of them, we’ll use this section to walk through setting up an account and creating a new project at GitHub. This will give you an idea of what is involved.

Expand Down

0 comments on commit 67c50d8

Please sign in to comment.