diff options
author | gustaveek <gustaveek@web> | 2014-05-19 21:43:16 +0200 |
---|---|---|
committer | ikiwiki <ikiwiki@zetkin.marxist.se> | 2014-05-19 21:43:16 +0200 |
commit | 8ec5ec522b7546367a8371edb441967642f616a0 (patch) | |
tree | 535c4ebe38eff645d751ba3d9f9d6579b76b65e7 | |
parent | 10d6b6e2a01934beefde66c0c25d77f793bd41e6 (diff) |
Some information on Git added
-rw-r--r-- | git_och_fripost.mdwn | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/git_och_fripost.mdwn b/git_och_fripost.mdwn index 0eac915..acca2eb 100644 --- a/git_och_fripost.mdwn +++ b/git_och_fripost.mdwn @@ -1,3 +1,6 @@ +*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._ @@ -6,20 +9,29 @@ 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> +</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 +* "[[Git|http://en.wikipedia.org/wiki/Git_%28software%29]]" on Wikipedia +* The [[Git offical web site|http://git-scm.com/]] +* Some [[videos on using Git|http://git-scm.com/videos]] -Install git +Install git on Debian GNU/Linux or similar -$ sudo aptitude install git-core git-doc git-man gitk + $ sudo aptitude install git-core git-doc git-man gitk and walk throug some tutorials: -$ man gittutorial -$ man gittutorial-2 + $ 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_ + |