Day 10: Advance Git & GitHub (Part-1)
Git Branching:
Branches: Isolate development work without affecting other branches.
Default Branch: Each repository has one default branch (often named “master” or “main”).
Multiple Branches: Repositories can have multiple other branches (e.g., fe...
sahilkaushal.hashnode.dev2 min read