diff --git a/guide/english/git/git-hosting/index.md b/guide/english/git/git-hosting/index.md index 2e100d88b2..36e50dc822 100644 --- a/guide/english/git/git-hosting/index.md +++ b/guide/english/git/git-hosting/index.md @@ -3,11 +3,14 @@ title: Git hosting --- ## Git hosting -This is a stub. Help our community expand it. +Git repositories can be hosted remotely and various services are there to host Git repositories. In simple words, a Git project folder can be hosted online either publicly or privately. -This quick style guide will help ensure your pull request gets accepted. +Although one can setup his/her own Git server but it's easy and more popular to use an external dedicated hosting site like GitHub. Hosting Git repositories on such popular public hosting sites even makes it easier for the open source community to find the project and collaborate with it. - +### Public Git Hosting Sites + +There are a lot of hosting options for Git repositories. Here's an up-to-date list: [GitHosting](https://git.wiki.kernel.org/index.php/GitHosting) #### More Information: - + +* Git documentation: [Hosted Git](https://git-scm.com/book/en/v1/Git-on-the-Server-Hosted-Git)