
1. What is a branch in Git? +
- This is the default, provided code and no changes have been made yet. + In Git, a branch is like a separate workspace where you can make changes and try new ideas without affecting the + main project. Think of it as a "parallel universe" for your code.
-