Returns the list of active git hook file paths
List<String> getHooks() { return hooks.map((value) => '${Consts.herdsmanDirPath}/$value').toList(); }