Difference between revisions of "Git"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
 +
Git is a [[version control system]] that allows you to clone complete software repositories among developers.
 +
 
= Set up a git server =
 
= Set up a git server =
 
A git server is merely an ssh server with git installed. [http://blog.commonthread.com/2008/4/14/setting-up-a-git-server Here] is how to set it up.
 
A git server is merely an ssh server with git installed. [http://blog.commonthread.com/2008/4/14/setting-up-a-git-server Here] is how to set it up.

Revision as of 07:08, 9 July 2011

Git is a version control system that allows you to clone complete software repositories among developers.

Set up a git server

A git server is merely an ssh server with git installed. Here is how to set it up.

git vs svn translation

svn git purpose
svn co git clone get the software
svn up git pull update to the latest version