summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustaveek <gustaveek@web>2014-05-19 21:37:49 +0200
committerikiwiki <ikiwiki@zetkin.marxist.se>2014-05-19 21:37:49 +0200
commit10d6b6e2a01934beefde66c0c25d77f793bd41e6 (patch)
tree1e3442ff286aa34baeb51c5a9dcc8db2bb789b80
parente0c3e778d14e2d6a47a989198a3da28668f94f28 (diff)
-rw-r--r--git_och_fripost.mdwn25
1 files changed, 25 insertions, 0 deletions
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,
+
+<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