How Git Works Internally
So you've been using git add, git commit, git push like a good developer. But have you ever wondered what actually happens when you run these commands
Jan 17, 20266 min read2

Search for a command to run...
Articles tagged with #vcs
So you've been using git add, git commit, git push like a good developer. But have you ever wondered what actually happens when you run these commands

Before we had Git, before we had GitHub, before we had any of this fancy version control stuff developers how did devs share code?
