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