Skip to content

Commit 622aafd

Browse files
authored
Merge pull request #1112 from martin-raden/patch-1
scale image sizes
2 parents d3ee3d1 + f5d067b commit 622aafd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

episodes/01-basics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ think of it as a recording of your progress: you can rewind to start at the base
3838
document and play back each change you made, eventually arriving at your
3939
more recent version.
4040

41-
![](fig/play-changes.svg){alt='A diagram demonstrating how a single document grows as the result of sequential changes'}
41+
![](fig/play-changes.svg){alt='A diagram demonstrating how a single document grows as the result of sequential changes' width="40%"}
4242

4343
Once you think of changes as separate from the document itself, you
4444
can then think about "playing back" different sets of changes on the base document, ultimately
4545
resulting in different versions of that document. For example, two users can make independent
4646
sets of changes on the same document.
4747

48-
![](fig/versions.svg){alt='A diagram with one source document that has been modified in two different ways to produce two different versions of the document'}
48+
![](fig/versions.svg){alt='A diagram with one source document that has been modified in two different ways to produce two different versions of the document' width="60%"}
4949

5050
Unless multiple users make changes to the same section of the document - a
5151
[conflict](../learners/reference.md#conflict) - you can
5252
incorporate two sets of changes into the same base document.
5353

54-
![](fig/merge.svg){alt='A diagram that shows the merging of two different document versions into one document that contains all of the changes from both versions'}
54+
![](fig/merge.svg){alt='A diagram that shows the merging of two different document versions into one document that contains all of the changes from both versions' width="60%"}
5555

5656
A version control system is a tool that keeps track of these changes for us,
5757
effectively creating different versions of our files. It allows us to decide

0 commit comments

Comments
 (0)