Mercurial > hg-website
comparison templates/quickstart/index.html @ 450:cdbc92f4e7d0
quickstart: technically, a directory is a file, but let's be more specific
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 28 Mar 2016 17:07:17 +0800 |
parents | 634c8c450e9d |
children |
comparison
equal
deleted
inserted
replaced
449:634c8c450e9d | 450:cdbc92f4e7d0 |
---|---|
26 <p>Aside from the practical Quick Start above, there are only a few commands you need to start | 26 <p>Aside from the practical Quick Start above, there are only a few commands you need to start |
27 working. </p> | 27 working. </p> |
28 <p>Even if you stick to these basics, Mercurial is quite powerful. And they are very easy to | 28 <p>Even if you stick to these basics, Mercurial is quite powerful. And they are very easy to |
29 use, once you see the model behind them: Each repository has the whole history, and history is | 29 use, once you see the model behind them: Each repository has the whole history, and history is |
30 not necessarily linear (part 2 explains that model in a bit more detail). All that history is | 30 not necessarily linear (part 2 explains that model in a bit more detail). All that history is |
31 stored in the ".hg" file inside the top-level folder of your project.</p> | 31 stored in the ".hg" directory inside the top-level folder of your project.</p> |
32 <p>A quick overview of the basic commands: </p> | 32 <p>A quick overview of the basic commands: </p> |
33 <ul> | 33 <ul> |
34 <li>hg init: create a new repository | 34 <li>hg init: create a new repository |
35 </li><li>hg commit: save your changes in the current repository | 35 </li><li>hg commit: save your changes in the current repository |
36 </li><li>hg log: see all changes in your repository | 36 </li><li>hg log: see all changes in your repository |