How GIT works and the role of .git folder
Jan 28 · 3 min read · How GIT woks Internally : Most beginners learn Git by memorizing commands like git add and git commit.But Git becomes much easier when you understand what is actually happening inside Git What is .git folder ? When you run the command git init then t...
Join discussion