top of page
Search

Learning git branching

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

 
 
 

Recent Posts

See All
Java Switch Case

Ever needed to write a million if-else statements to the point where your brain is breaking and you're about an inch away from throwing...

 
 
 

Comments


bottom of page