Skip to content

Commit c30ff4c

Browse files
To align the height of the title and body text, added <br> after Gitbranch image and increased the body text in gitbranch
1 parent a7b0deb commit c30ff4c

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ <h2>Wireframe</h2>
4444
</article>
4545
<article>
4646
<img
47-
src="https://community.appsmith.com/sites/default/files/styles/wide/public/2023-10/git-branch_0.png?itok=qNGcbtVy"
48-
alt="Git Branch Image" />
47+
src="https://i2.wp.com/digitalvarys.com/wp-content/uploads/2019/06/GIT-Branchand-its-Operations.png?fit=1921%2C1057&ssl=1"
48+
alt="Git Branch Image" /><br>
4949
<h2>Git Branch</h2>
5050
<p>
51-
A Git branch is a separate workspace where you can make changes without affecting the main project.<br>
52-
It lets you develop features, fix bugs, or experiment safely. When the work is ready, the branch is merged back
53-
into the main codebase.
51+
A Git branch is a separate copy of our project where we can make changes without touching the main version. We
52+
can try new ideas, build features, or fix issues safely without breaking anything.<br>
53+
54+
Using branches helps keep our work organised, especially when working in a team. Once everything is tested and
55+
ready, we can merge the branch back into the main project so the code stays clean and stable.
5456
</p>
5557
<a href="https://curriculum.codeyourfuture.io/itp/onboarding/sprints/1/prep/#branching">Read more</a>
5658
</article>

0 commit comments

Comments
 (0)