Go to file
2024-07-06 19:50:52 +02:00
how_to Add change 34 to instructions 2024-07-06 19:49:59 +02:00
ugit Don't always derefence ref 2024-07-06 19:50:52 +02:00
.gitignore Initial commit 2024-02-10 18:35:25 +01:00
.pre-commit-config.yaml Initial commit 2024-02-10 18:31:19 +01:00
README.md Add README 2024-02-10 18:49:23 +01:00
ruff.toml Add base module 2024-02-21 20:46:59 +01:00
setup.py Initial commit 2024-02-10 18:35:25 +01:00

  • ugit: DIY Git in Python

Implementation of a subset of Git in Python from here