17 lines
		
	
	
		
			868 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			868 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| 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.
 | |
| 
 | |
| 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.
 | |
| 
 | |
| ### 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)
 |