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 . requirements ──────────── - git --version > than 2.0 git">creating a git ─────────────────── ``` echo "hello" | git hash-object --stdin ```