summaryrefslogtreecommitdiffstats
path: root/git_och_fripost.mdwn
blob: 0eac9157e24ffcfb312d6b93913f942a6ecef499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Vad är Git?

_Följande stycke skrev författaren (Gustav) ursprungligen i ett annat syfte. Därför är texten på engelska._

According to Wikipedia,

<blockquote>
Git [...] is a distributed revision control and source code management (SCM) system with an emphasis on speed. [...] Every Git working directory is a full-fledged repository with complete history and full version tracking capabilities, not dependent on network access or a central server.
<blockquote>

If you have not used Git before, or if you are otherwise interested, these are some reading tips

* "[[Distributied Revision Control|http://en.wikipedia.org/wiki/Distributed_revision_control]]" on Wikipedia
* "[Git|]" on Wikipedia
* The Git offical web siete
* Some Videos on using Git

Install git

$ sudo aptitude install git-core git-doc git-man gitk

and walk throug some tutorials:

$ man gittutorial
$ man gittutorial-2