Inside Git :How it works and the role of .git folder
Before get into the how git works,let’s first understand what is git? Git:- Git is a distributed version control system (VCS). Git is used to track live changes inside the code,for collaboration. It is termed as VCS because it allows a multiple pe...
Jan 14, 20262 min read2