#Day 10 - Advance Git & GitHub
Git Branching:
Git branches are effectively a pointer to a snapshot of your changes. When you want to add a new feature or fix a bug—no matter how big or how small—you spawn a new branch to encapsulate your changes.
Use a branch to isolate developmen...
akarsha.hashnode.dev4 min read