Skip to content

Commit d834654

Browse files
committed
what is a branch in git?
1 parent c53ebc3 commit d834654

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ <h2>Why Do Developers Use Git?</h2>
4444
/>
4545
<hr />
4646
<h2>What is a Branch in Git?</h2>
47+
<p>Branches let you test out ideas or features in a safe space. You can mess around, experiment, or fix bugs without touching your main code. When it’s ready, you just merge it back in. If it’s not, toss it. It’s like having a sandbox for code — no pressure, no mess.</p>
48+
<a href="https://www.gitkraken.com/learn/git/tutorials/what-is-a-git-branch">Read more</a>
4749
</article>
4850
</section>
4951
</main>

0 commit comments

Comments
 (0)