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
- Host: GitHub
- URL: https://github.com/pierre-24/intro-git
- Owner: pierre-24
- Created: 2024-12-13T19:18:45.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-13T08:58:51.000Z (5 months ago)
- Last Synced: 2025-02-07T13:44:43.550Z (4 months ago)
- Language: Jupyter Notebook
- Size: 687 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro to git
Run it with:
```bash
python -m venv venvsource venv/bin/activate
pip install -r requirements.txt
jupyter notebook intro-git.ipynb
```