This commit was merged in pull request #105.
This commit is contained in:
@@ -120,7 +120,7 @@ git commit -m "Add count command"
|
||||
git status # shows tasks.py as modified
|
||||
git restore tasks.py # discard the change, back to your last commit, byte for byte
|
||||
git diff # empty. nothing changed. you're clean.
|
||||
python cli.py list # works again
|
||||
python3 cli.py list # works again
|
||||
```
|
||||
|
||||
That's it. You just recovered from a bad AI change in one command, with zero retyping and zero guesswork. Sit with how *cheap* that was for a second; that cheapness is the thing that lets you say yes to riskier AI work for the rest of the course.
|
||||
|
||||
Reference in New Issue
Block a user