it might be useful to add a method for reverting any uncommitted changes to the git repository. basically a `git checkout HEAD --force`
it might be useful to add a method for reverting any uncommitted changes to the git repository.
basically a
git checkout HEAD --force