~jan0sch/darcs-book
Showing details for patch 8e51f19cd6c6f1b9113d4baba0e2bad939fbddb1.
diff -rN -u old-darcs-book/en/02-getting-started.md new-darcs-book/en/02-getting-started.md --- old-darcs-book/en/02-getting-started.md 2024-11-24 04:40:28.447074140 +0000 +++ new-darcs-book/en/02-getting-started.md 2024-11-24 04:40:28.447074140 +0000 @@ -2,7 +2,7 @@ =============== I see that you are still here, cool! Before we can really get our hands dirty -let's get familiar with some of the terminology you will encouter when you are +let's get familiar with some of the terminology you will encounter when you are using `darcs`. Terminology @@ -33,7 +33,7 @@ * Patch - A patch is how we represent a change. Whenever we want to remeber a change we + A patch is how we represent a change. Whenever we want to remember a change we do this be recording a patch. A patch takes a repository from one state to another. @@ -64,12 +64,12 @@ Using the `darcs` command line interface ---------------------------------------- -`darcs` is used via a command line interface, that means you a interacting with -is by issuing commands on the shell. If you already used other version control -systems this might worry you a bit, but don't be afraid. `darcs` has a very -friendly user interface that leaves little room for unpleasant surprises. One -major feature is that most of the commands are interactive. Let me give you an -example. +`darcs` is used via a command line interface, that means you are interacting +with is by issuing commands on the shell. If you already used other version +control systems this might worry you a bit, but don't be afraid. `darcs` has a +very friendly user interface that leaves little room for unpleasant surprises. +One major feature is that most of the commands are interactive. Let me give you +an example. Let's say I want to `rollback` (it's not important to understand what that means exactly, we'll get to that later) a change, to do that I would simply issue the