From 7a6d444219ba6b3a42fece459414cc715db0a339 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 22 May 2016 02:39:20 +0200 Subject: Change link formats from [[link|url]] to [link](url). --- git_och_fripost.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'git_och_fripost.mdwn') diff --git a/git_och_fripost.mdwn b/git_och_fripost.mdwn index 06bda9b..e871b7c 100644 --- a/git_och_fripost.mdwn +++ b/git_och_fripost.mdwn @@ -13,12 +13,12 @@ Git [...] is a distributed version control and source code management (SCM) syst 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]] +* "[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 or similar +Install git on [Debian GNU/Linux](https://www.debian.org/) or similar $ sudo aptitude install git-core git-doc git-man gitk -- cgit v1.2.3