Inside Git
Introduction
While using Git we mostly run commands like -
git add .
git commit -m "done"
git push
but you should know how things are done inside git , where do they keep the changes…
So instead of memorizing commands , let’s just understand what is...
gitiseasy.hashnode.dev5 min read