From 10d6b6e2a01934beefde66c0c25d77f793bd41e6 Mon Sep 17 00:00:00 2001 From: gustaveek Date: Mon, 19 May 2014 21:37:49 +0200 Subject: --- git_och_fripost.mdwn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 git_och_fripost.mdwn (limited to 'git_och_fripost.mdwn') diff --git a/git_och_fripost.mdwn b/git_och_fripost.mdwn new file mode 100644 index 0000000..0eac915 --- /dev/null +++ b/git_och_fripost.mdwn @@ -0,0 +1,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, + +
+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. +
+ +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 -- cgit v1.2.3