Creating a Git Commit: The Hard Way

288 pointsposted 10 months ago
by avestura

1 Comments

jeroen

10 months ago

> Files in Git can be in one of these three states: Modified, Staged, Committed

> Staged: The current version of the modified file is staged to be included in the next commit.

A bit of a nitpick, but if I change a file, "git add" it, and then change it again, both of these statements are false.