-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
25 lines (25 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: a Mercurial tutorial by Joel Spolsky
description: A friendly introduction to the Mercurial DVCS by Joel Spolsky
layout: default
longdescription: >
Mercurial is a modern, open source, distributed version control system, and
a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial,
[Joel Spolsky](http://www.joelonsoftware.com) teaches you the key concepts.
alternate:
zh: https://zh-hginit.readthedocs.io/en/latest/
ja: https://mmitou.hatenadiary.org/entry/20100501/1272680474
---
<main>
{% include header.html %}
<div class="mainnav">
<div class="button">
<a href="00.html" title="Subversion Re-education" target="_self" class="zero"> </a>
<a href="01.html" title="Ground up Mercurial" class="one"> </a>
<a href="02.html" title="Setting up for a Team" class="two"> </a>
<a href="03.html" title="Fixing Goofs" class="three"> </a>
<a href="04.html" title="Merging" class="four"> </a>
<a href="05.html" title="Repository Architecture" class="five"> </a>
</div>
</div>
</main>