Difference between revisions of "Git server"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 5: Line 5:
 
* [[Server (computing)]]
 
* [[Server (computing)]]
 
* [[Git (software)]]
 
* [[Git (software)]]
 +
 +
== External links ==
 +
 +
* [http://stackoverflow.com/questions/5507489/git-server-like-github Git Server Like GitHub?] @ Stack Overflow
 +
* [https://gist.github.com/datagrok/5080545 Launch a one-off git server from any local repository.]
 +
* [https://www.linux.com/learn/tutorials/824358-how-to-run-your-own-git-server How to Run Your Own Git Server] @ linux.com
 +
* [http://www.vogella.com/tutorials/GitHosting/article.html Git hosting on GitHub, Bitbucket or on your own server - Tutorial]
 +
* [https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server Git on the Server - Setting Up the Server]
 +
* [http://blog.bobbyallen.me/2014/01/11/setup-your-own-private-github-server-using-gitlab-and-ubuntu-server-12-04-lts/ Setup your own private GitHub server using GitLab and Ubuntu Server 12.04 LTS]
 +
* [https://amitgharat.wordpress.com/2013/07/16/setting-up-github-like-server-locally-using-gitblit/ Setting up github like server locally using Gitblit]
 +
* [https://rwehner.wordpress.com/2010/03/01/a-simple-way-to-create-git-repository-on-a-server-machine-connecting-via-ssh/ A simple way to create git repository on a server machine connecting via ssh]

Revision as of 06:57, 12 October 2015

A Git server is a Server which responds to requests from a Git client.

See also

External links