An open API service indexing awesome lists of open source software.

https://github.com/pierre-24/intro-git

An interactive introduction to git
https://github.com/pierre-24/intro-git

Last synced: 2 months ago
JSON representation

An interactive introduction to git

Awesome Lists containing this project

README

        

# Intro to git

Run it with:

```bash
python -m venv venv

source venv/bin/activate

pip install -r requirements.txt

jupyter notebook intro-git.ipynb
```