Skip to content

A presentation about the concepts and internals of Git and how the basic operations work.

License

Notifications You must be signed in to change notification settings

peterbudai/git-demystified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Demystified

A presentation about the concepts and internals of Git and how the basic operations work.

The aim is to give a short glimpse about how Git work internally. This knowledge helped me a lot understanding what is happening under the hood when I do complex operations with Git and reduced the learning time.

Viewing

Online

Navigate to the GitHub Pages of this repository: https://peterbudai.github.io/git-demystified/

Offline

A PDF version of the latest version is available in the releases section.

To view it in the browser:

  1. Clone the repository or download the source archive.

  2. Open index.html. Tested in Chrome, but should work in all browsers.

Acknowledgement

Created using the fantastic Reveal.js presentation framework for the web.

Uses Viz.js to display commit graphs.

License

MIT licensed

Copyright (C) 2019 Péter Budai, https://peterbudai.eu/