I think I mostly got the concepts, but I struggled with the correct nomenclature and remembering the exact workflow. Also wanted to learn more about writing commit messages.
- That git tracks changes, not files
- The correct nomenclature for what git does
- Writing good commit messages
Asked the guide about shortcuts and tips
Do I have to create and check-out a new branch before I make changes, or will it also work if I am in the master branch, make a change, and then create and hheck-out the new branch?
Or is this not considered good git workflow since the change will the remain somewhere (in the head?) in the master branch?
It was great, even though the other pair did not show up.