You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/01-basics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,20 +38,20 @@ think of it as a recording of your progress: you can rewind to start at the base
38
38
document and play back each change you made, eventually arriving at your
39
39
more recent version.
40
40
41
-
{alt='A diagram demonstrating how a single document grows as the result of sequential changes'}
41
+
{alt='A diagram demonstrating how a single document grows as the result of sequential changes' width="40%"}
42
42
43
43
Once you think of changes as separate from the document itself, you
44
44
can then think about "playing back" different sets of changes on the base document, ultimately
45
45
resulting in different versions of that document. For example, two users can make independent
46
46
sets of changes on the same document.
47
47
48
-
{alt='A diagram with one source document that has been modified in two different ways to produce two different versions of the document'}
48
+
{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%"}
49
49
50
50
Unless multiple users make changes to the same section of the document - a
51
51
[conflict](../learners/reference.md#conflict) - you can
52
52
incorporate two sets of changes into the same base document.
53
53
54
-
{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
+
{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%"}
55
55
56
56
A version control system is a tool that keeps track of these changes for us,
57
57
effectively creating different versions of our files. It allows us to decide
0 commit comments