Git de abajo a arriba

git_pieces

Este es un pequeño PDF de 31 páginas que explica de una forma muy sencilla como funciona Git. El índice del mismo es el siguiente:

1. License 2. Introduction 3. Repository: Directory content tracking

  • Introducing the blob
  • Blobs are stored in trees
  • How trees are made
  • The beauty of commits
  • A commit by any other name...
  • Branching and the power of rebase
4. The Index: Meet the middle man
  • Taking the index farther
5. To reset, or not to reset
  • Doing a mixed reset
  • Doing a soft reset
  • Doing a hard reset
6. Last links in the chain: Stashing and the reflog 7. Conclusion 8. Further reading

Visto aquí