Inside Git: How It Works and the Role of the .git Folder
How Git Works Internally
When I first started using GitHub, Git felt like a bunch of commands I had to memorize:
git add .git commit -m "something"git push
It worked… but I had no idea what was actually happening. Recently, I decided to peek inside G...
buhtig.hashnode.dev3 min read