Getting Started with Git
Let’s dive into learning Git. This chapter will touch upon the basic usage of Git. However, as explained in the previous chapter, this book is not just about introducing concepts and methods. It emphasizes communication and collaboration. Thus, while you will undoubtedly be able to master the basic usage of Git, you will also learn about the communication aspects behind it and how Git is used in team development.
In this chapter, we will first get a feel for the basics of Git by quickly going hands-on with the basics of file management and branching, and then we will cover how Git works. Then, you will get an understanding of the collaboration principles to be aware of when you are working with git as an engineer.
We will cover the following main topics in this chapter:
- Getting started with Git
- The anatomy of Git – A beginner-friendly explanation of how Git works
- Becoming a guru of Git communication