Skip to main content

Chapter 4 Git Solo

Git is difficult to wrap your head around partly because it’s new and partly because it’s scary. There are many things that could go wrong and that are difficult (but usually not impossible) to revert. But Git’s power of version control is so important. The goal of this chapter is to help you get familiar with working with Git on the command line and how it interacts with GitHub.
I assume you have read Chapter 2 and Chapter 3 before tackling this chapter. The vocabulary used by GitHub is identical to Git’s (this is on purpose) and if you understand the basics of how Github operates, you will find some of Git to be simple. Git runs on the command line so it is also important to have some experience with a terminal and how it operates.
I also assume you have followed along with the GitHub activities throughout Chapter 3. They are super important for understanding the content and I continue where I left off in this chapter. We will be updating the aboutme repository with Git rather than just GitHub.