Table of contents
Welcome to Day 6 guys ๐
3 stage "GIT ARCHITECTURE"
The above image reveals everything we have 3 stage in git :
Working Directory: In this stage we do modification in our files.
Staging Area: In simple words in this stage we tell git to save this version of our file.
Repository: In this stage we commit our saved changes(the changes which we have saved in 2nd stage). ๐.
Next Blog Teaser ๐
Let's create GIT REPO ..... WOAAAA ๐คฉ
Thanks for reading ๐๐งก
ย