Added the ability to do relative directory install instead of absolute path as well as added command line options for a future PR to add the commit-collective command to the users path.
Interaction as it stands you can do installer(.exe) -u to uninstall hook entirely (still need to add the ability to uninstall in a specific directory) or installer(.exe) <DIR> to install into a specific repository.
Added the ability to do relative directory install instead of absolute path as well as added command line options for a future PR to add the
commit-collective
command to the users path.Interaction as it stands you can do
installer(.exe) -u
to uninstall hook entirely (still need to add the ability to uninstall in a specific directory) orinstaller(.exe) <DIR>
to install into a specific repository.