Git

From HPC users
Revision as of 11:08, 28 November 2012 by Spaeth (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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