#GITscared
January 14, 2025 at 12:54 AM
Takeaway #34

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
January 5, 2025 at 4:22 AM