# Git
### Key ideas
**Git is a Database of References**
* Git is one giant graph! (a DAG, to be specific)
* Commits all reference their parent
* Branches are named pointers to commits
*



---
Date: 20210623
Links to:
References:
* [Git internals - How Git works](https://www.youtube.com/watch?v=P6jD966jzlk)