summaryrefslogtreecommitdiffstats
path: root/git_och_fripost.mdwn
blob: e871b7c62988e226733a2239b103b1a5c7ee436a (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
26
27
28
29
30
31
32
33
34
35
36
37
*Innehållsförteckning*
[[!toc]]

# 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 version 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 Version Control](https://en.wikipedia.org/wiki/Distributed_version_control)" on Wikipedia
* "[Git](https://en.wikipedia.org/wiki/Git_%28software%29)" on Wikipedia
* The [Git offical web site](https://git-scm.com/)
* Some [videos on using Git](https://git-scm.com/videos)

Install git on [Debian GNU/Linux](https://www.debian.org/) or similar

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

and walk throug some tutorials:

    $ man gittutorial
    $ man gittutorial-2

# Var Git används bland Friposts system

_Innehåll behövs_

# Hur Git används i Friposts system

_Innehåll behövs_