Portability: python/python3 note + cross-shell lab commands (#31,#32) (#62)

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #62.
This commit is contained in:
2026-06-22 17:01:27 -04:00
committed by Claude (agent)
parent 90012ca711
commit c34052665f
4 changed files with 40 additions and 2 deletions
@@ -305,6 +305,10 @@ do them once on purpose now.
git log --oneline # the bad merge is STILL there, with a revert after it
```
> **On Windows:** `rm -f` is bash. Run this lab from Git Bash or WSL (it works as-is), or use
> PowerShell's `Remove-Item -Force tasks.json`. Every other command here is Git, identical across
> shells.
That last point is the whole lesson: you undid the effect **without rewriting history**. Anyone who
pulled the bad merge just pulls your revert on top and they're fine.