Congratulations on completing the first part of this book! You’ve learned the basic features of Git, which should make you comfortable making and tracking changes. Writing meaningful commit messages might have been a bit challenging, but following the advice from the last chapter can help you improve with each commit. Additionally, you should now be able to view previous versions and access the history logs, which are crucial features for the upcoming chapters.
Now, get ready for a new challenge: working with remote repositories ...