Baby Git Guidebook for Developers
Author | : Jacob Stopak |
Publisher | : Jacob Stopak |
Total Pages | : 146 |
Release | : 2018-12-25 |
ISBN-10 | : 9781792707353 |
ISBN-13 | : 1792707355 |
Rating | : 4/5 (355 Downloads) |
Download or read book Baby Git Guidebook for Developers written by Jacob Stopak and published by Jacob Stopak. This book was released on 2018-12-25 with total page 146 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Baby-Git Guidebook for Developers is intended to accompany the Baby-Git project created by Jacob Stopak. Baby-Git refers to the very first version of the Git codebase written by Linus Torvalds (the creator of Linux) in 2005. Baby-Git is written in the C programming language and consists of about 1,000 lines of code and a total of 7 commands, and they actually work. The simplicity and "smallness" of the code make Baby-Git the perfect codebase for curious developers to study in order to learn how the code works. The fact that arguably the most popular and important tool for collaborative software development in the history of the coding world is simple enough for a novice developer to understand directly from its initial code is really an amazing thing. This guidebook makes the learning experience even easier, by delving into Git's original C code in detail to help developers learn what makes Git tick.