Learning git branching
- DeTech Theory
- Jul 14, 2022
- 1 min read
Git branching is an essential part of software development to prevent unstable code from being in the main line of development.
Whenever you want to add a new feature, make a change, or fix a bug in your code, you create a new branch. This lets you clean up your new code and test it out thoroughly before merging into the main branch
Check out https://learngitbranching.js.org and go to Exercise 2 and follow along to learn git branching.
You can also check out our Instagram reel on our account @detechtheory to follow along!
Best,
Vasundhara
Comments