---
title: "Git in Depth Notes"
description: "These are my notes from taking @nnja's FEM course git-in-depth."
date: 2021-07-31
published: true
tags:
  - git
template: blog-post
---



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
```
