comparison src/computer_literacy/computer_literacy.html @ 40:c69a0d0996e2 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 27 May 2026 18:46:08 +0900
parents 9134d56639ae
children
comparison
equal deleted inserted replaced
39:7a13509afd19 40:c69a0d0996e2
57 content: `\ 57 content: `\
58 <p><a href="https://en.wikipedia.org/wiki/Version_control">Source control</a> tracks changes to files. It is mostly used by programmers but is useful for anyone who wants to track changes in files. This website is in source control.</p> 58 <p><a href="https://en.wikipedia.org/wiki/Version_control">Source control</a> tracks changes to files. It is mostly used by programmers but is useful for anyone who wants to track changes in files. This website is in source control.</p>
59 59
60 <p>The most popular source control software is <a href="https://git-scm.com/">Git</a>. Of course it is horrible since modern programmers only like horrible things. We use the less popular software <a href="https://www.mercurial-scm.org/">Mercurial</a>.</p> 60 <p>The most popular source control software is <a href="https://git-scm.com/">Git</a>. Of course it is horrible since modern programmers only like horrible things. We use the less popular software <a href="https://www.mercurial-scm.org/">Mercurial</a>.</p>
61 61
62 <p>Thankfully Mercurial is well documented. Read <a href="https://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a> up to (and including) chapter 9.</p> 62 <p>Thankfully Mercurial is well documented. Read <a href="https://book.mercurial-scm.org/read/">Mercurial: The Definitive Guide</a> up to (and including) "Working together".</p>
63 63
64 <p>To get started with Mercurial, download Mercurial from <a href="https://www.mercurial-scm.org/">their website</a> and install it. Then do:</p> 64 <p>To get started with Mercurial, download Mercurial from <a href="https://www.mercurial-scm.org/">their website</a> and install it. Then do:</p>
65 65
66 <code block> 66 <code block>
67 ~/learn $ hg version 67 ~/learn $ hg version