regreph
regreph copied to clipboard
Improve git commands
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.