lox / regreph

A tool for detecting performance regressions in PHP codebases
50 stars 2 forks source link

Improve git commands #11

Open hkdobrev opened 10 years ago

hkdobrev commented 10 years ago

Do not use destructive commands like git reset --hard. It would be more appropriate to use git stash.

Other future changes could be using a class for managing the working directory with a Git adapter.