Inside Git
how git works internally, what is inside .git?
Jan 17, 20263 min read24

Search for a command to run...
Articles tagged with #git
how git works internally, what is inside .git?

From Pendrives to Parallel Development

I learned why git exists the hard way. I was working on a semester project based on a Python stack. My teammates handled dataset processing and model training, while I worked on the Streamlit UI. Our workflow was on our local machines, the backend te...
