Skip to content

Commit ee02517

Browse files
authored
Update index.html
1 parent c51c964 commit ee02517

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Readme, branch and wireframe</h1>
1414
<main>
1515
<!-- Featured Article -->
1616
<article>
17-
<img src="https://docs.github.com/assets/cb-2058/mw-1440/images/help/branches/pr-retargeting-diagram1.webp" alt="Branch image" />
17+
<img src="https://docs.github.com/assets/cb-2058/mw-1440/images/help/branches/pr-retargeting-diagram1.webp" alt="A Git branching diagram showing 'feature2' merging into 'feature1', and 'feature1' merging into 'main'." />
1818
<h2>Branch</h2>
1919
<p>A branch is basically a pointer to a snapshot of your code so you can experiment with it without affecting the main codebase. It isn't a full copy because repos with multiple branches could get huge. Then you can merge your changes to the main codebase. It's like a sandbox.</p>
2020
<a href="https://en.wikipedia.org/wiki/Branching_(version_control)">Read More</a>

0 commit comments

Comments
 (0)