git-php
git-php copied to clipboard
Added 'git clean' and improved code comments
I added git clean to the repo functionality and fixed the Comments to have them declare the proper exception throwing. As both files are in the same namespace, the thrown error should be either \Cz\Git\GitException
or just GitException
, is chose the latter.