Git in Depth Notes ================== These are my notes from taking @nnja's FEM course git-in-depth. Date: July 31, 2021 These are my notes from taking @nnja's FEM course [git-in-depth](https://frontendmasters.com/courses/git-in-depth/). ## requirements * `git --version` > than 2.0 ## creating a git ``` bash echo "hello" | git hash-object --stdin ```