freeCodeCamp/guide/english/git/git-hosting/index.md

17 lines
868 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Git hosting
---
## Git hosting
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.
2018-10-12 19:37:13 +00:00
Although one can setup his/her own Git server but it's easy and more popular to use an external dedicated hosting site like <a href='https://github.com/' target='_blank'>GitHub</a>. 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.
2018-10-12 19:37:13 +00:00
### 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)
2018-10-12 19:37:13 +00:00
#### More Information:
* Git documentation: [Hosted Git](https://git-scm.com/book/en/v1/Git-on-the-Server-Hosted-Git)