summaryrefslogtreecommitdiffstats
path: root/git_och_fripost.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'git_och_fripost.mdwn')
-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