Inside Git: How It Works and the Role of the .git
Most of the developers works on git everyday:
git add .
git commit -m "message"
git push
But very few only knows the internal functionality of git. When something got break (merge conflicts, resetting HEAD, rebasing or corrupt git history), git feel...
blog.ashishkumarsaini.dev4 min read