Git lesson 6: introduction to branches
In previous lessons, we learned about the key aspects of the Git workflow: make changes -> stage changes -> commit changes This basic workflow is appropriate in many circumstances. However, there are situations where you want to keep a working version of your project and make changes to your files. This is where Git branches come in! Why we need
Read more