Let’s focus on the big picture of what’s going on with git, as well as the bigger picture of how git fits into a collaborative, distributed, and automated end-to-end workflow from development to QA to deployment.
Labs
Labs are hands-on coding projects that you build along with Tonya as she explains the code, concepts, and thought processes behind it. You can use the labs to further your code knowledge or to use right in your projects. Each lab ties into the Docx to ensure you have the information you need.
Each lab is designed to further your understanding and mastery of code. You learn more about how to think about its construction, quality, maintainability, programmatic and logical thought, and problem-solving. While you may be building a specific thing, Tonya presents the why of it to make it adaptable far beyond that specific implementation, thereby giving you the means to make it your own, in any context.
What is Git?
To truly understand git and its workflow, you need to first start with what git and version control are. In this episode, we’ll talk about what they are as well as what you get by using this workflow in your daily work.