https://github.com/technikhil314/git-internals-playground
A repository that I use to understand internals of git and how git works?
https://github.com/technikhil314/git-internals-playground
Last synced: 4 months ago
JSON representation
A repository that I use to understand internals of git and how git works?
- Host: GitHub
- URL: https://github.com/technikhil314/git-internals-playground
- Owner: technikhil314
- Created: 2022-10-30T13:40:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T06:00:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T09:28:42.721Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-internals-playground
## A repository that I use to understand internals of git and how git works?
# References
1. https://medium.com/geekculture/a-beginners-guide-to-git-and-git-internals-1e7dcd89d65e
2. https://swimm.io/blog/a-hands-on-intro-to-git-internals-creating-a-repo-from-scratch/
3. https://levelup.gitconnected.com/git-internals-c219521d9f6