git add . → Stages/Prepares all changes in the current directory for the next commit
git commit -m 'change documented here' → Creates a commit/snapshot with the staged changes and a message describing the update
#100DaysofTakeAways #GITscared
git add . → Stages/Prepares all changes in the current directory for the next commit
git commit -m 'change documented here' → Creates a commit/snapshot with the staged changes and a message describing the update
#100DaysofTakeAways #GITscared