Difference between revisions of "Git"

From HPC users
Jump to navigationJump to search
(Created page with "'''git''' is a distributed version control system. In contrast to Subversion (svn) there are many possibilities to organise your workflow. == Different workflows == An over...")
 
Line 3: Line 3:
== Different workflows ==
== Different workflows ==
An overview on possible workflows is given at the [http://git-scm.com/about/distributed git-scm.org ] :
An overview on possible workflows is given at the [http://git-scm.com/about/distributed git-scm.org ] :


== The most important commands ==
== The most important commands ==
Line 10: Line 9:


== Differences between git and svn ==
== Differences between git and svn ==
git is completely different from other version control systems like svn. A brief overview of these differences can be found by following the links beneath:
git is completely different from other version control systems like svn. A brief overview of these differences can be found by following the links beneath:


Line 16: Line 14:


[http://markmcb.com/2008/10/18/3-reasons-to-switch-to-git-from-subversion/ 3 reasons to switch to git from subversion ]
[http://markmcb.com/2008/10/18/3-reasons-to-switch-to-git-from-subversion/ 3 reasons to switch to git from subversion ]
== Why Git is better than X ==
[http://thkoch2001.github.com/whygitisbetter/]

Revision as of 13:36, 28 November 2012

git is a distributed version control system. In contrast to Subversion (svn) there are many possibilities to organise your workflow.

Different workflows

An overview on possible workflows is given at the git-scm.org  :

The most important commands

A basic introduction to git can be found here (in German): http://wiki.ubuntuusers.de/Git#Entwicklung-mit-Git

Differences between git and svn

git is completely different from other version control systems like svn. A brief overview of these differences can be found by following the links beneath:

5 fundamental differences between git and svn

3 reasons to switch to git from subversion

Why Git is better than X

[1]