setGitHooksFolder static method
test create git hooks file
Implementation
@visibleForTesting
static void setGitHooksFolder(String path) {
_gitHookFolder = '$path/';
}
test create git hooks file
@visibleForTesting
static void setGitHooksFolder(String path) {
_gitHookFolder = '$path/';
}