readme.txt 274 B

12345678
  1. You have accidentaly put first.txt in the staging area
  2. While you actually want to only commit second.txt.
  3. You need to, from the current state, only commit second.txt.
  4. - Remove the file second.txt (Use `git status` to get the appropriate command`)
  5. - Add first.txt
  6. - Commit