Skip to content

Commit 79a0e9f

Browse files
committed
Shorten alt text for branching diagram
1 parent a91233e commit 79a0e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/05-github-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ allowing different sets of changes to be made in parallel.
143143
Later on, Git can take the changes from "patch" and merge (copy) them into the "main" branch.
144144
In the last challenge, GitHub did all this for us in the background.
145145

146-
![](fig/git-branches.svg){alt='The label ‘main’ points to commit c5; c5 points to its parent c3, which points to c1, which points to c0. The label ‘patch’ points to commit c4, which points to c2, which points to c1. Commit c5 also points to c4 as a secondary parent, indicating ‘patch’ was merged into ‘main’.'}
146+
![](fig/git-branches.svg){alt='The label ‘main’ points to commit c5; arrows point from c5 to c3 to c1 to c0. The label ‘patch’ points to commit c4; arrows point from c4 to c2 to c1. A dotted arrow points from c5 to c4.'}
147147

148148
::::::::::::::::::::::::::::::::::::::::::::::::::
149149

0 commit comments

Comments
 (0)