Hacker News new | ask | show | jobs
by hoka 4949 days ago
One hack that has really, really helped me is putting what I'm doing next into my git commit logs.

For example: git commit -a -m "Finished writing tests for Car model. Now implementing car.drive, car.park, and car.accelerate."