Jump to ratings and reviews
Rate this book

Building Git

Rate this book

708 pages, ebook

First published February 25, 2019

22 people are currently reading
268 people want to read

About the author

James Coglan

2 books23 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
21 (77%)
4 stars
5 (18%)
3 stars
1 (3%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 4 of 4 reviews
Profile Image for Daniel Gempesaw.
3 reviews1 follower
May 24, 2019
Although I use git every day, I've never taken the time to think about its internals. Reading this book and seeing each simple idea on its own come together into git was really cool, and makes me think I should write an implementation of it in some obscure language like Emacs Lisp or something :P
1 review1 follower
April 1, 2019
This book is a great walkthrough of how git actually works. James does a great job of presenting the internals of one of our most widely used tools in an accessible fashion.
Profile Image for Héctor Iván Patricio Moreno.
423 reviews22 followers
October 24, 2022
Es un librazazo que se siente como un tutorial profundo gigante sobre la construcción de Git y todos los detalles que implican sus comandos más importantes. Lo que esto implica es que se está tomando software del mundo real y se tiene que replicar su funcionalidad externa, además de hacer un poco de ingeniería inversa para hacer una implementación completamente compatible.

Se hace una implementación de git en Ruby (llamada Jit), que como dijimos, es completamente compatible y se recorren muchos temas relacionados con la programación:

1. El lenguaje Ruby, muchas de sus particularidades e implementaciones en sus biblioteca estándar
2. Sistemas operativos y la forma en que realizan las cosas que les pedimos
3. Representación y compresión de información
4. Estructuras de datos tanto básicas como avanzadas
5. Algoritmos y su uso en software real (XDelta, Myers Diff)
6. Testing
7. Prácticas convenientes de programación, para hacer el desarrollo más sencillo
8. Redes de computadoras y transmisión de datos

Es increíble todo lo que un programa tan útil tiene que hacer y tomar en cuenta para funcionar correctamente.

En conclusión, creo que es un libro que tienes que leer si quieres mejorar tu capacidad de crear buen software y además creo que lo puedes seguir con otro lenguaje que no sea Ruby para conocer este lenguaje a fondo. Además creo que un libro o curso similar debería darse en la universidad para que todo estudiante saliera sin dudas de dónde se aplican todas estos algoritmos y estructuras de datos que se ven ahí.

Nota: Pienso que este libro no está hecho para leerse, sino para seguirse como un curso en el cuál vas a profundizar en muchos temas, yo hice un pasón rápido, pero espero que el próximo año lo pueda seguir profundamente con Rust.
Profile Image for Serge Solkatt.
17 reviews5 followers
October 11, 2023
"We’ll be building our own version of Git, from scratch, to learn how it works". 😲 I wish far more books to take this approach.
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.