Overview
Teaching: 10 min
Exercises: 0 minQuestions
- What level of complexity is necessary for each project?
- Is one branch enough?
master
branch.master
branch and feature branches.master
branch is write-protected.master
branch
(more about that in the collaborative Git lesson).master
branch and release branches are read-only.git add -p
and/or git commit -p
.Key Points
There is no one size fits all - start simple and grow your project.