
core-validate-commit
List of commands for core-validate-commit:
-
core-validate-commit:help core-validate-commit: Display help.$ core-validate-commit --helptry on your machineexplain this command
-
core-validate-commit:tldr:2c340 core-validate-commit: Validate the current commit formatting the output in tap format.$ core-validate-commit --taptry on your machineexplain this command
-
core-validate-commit:tldr:48186 core-validate-commit: List all valid Node.js subsystems.$ core-validate-commit --list-subsystemtry on your machineexplain this command
-
core-validate-commit:tldr:4be59 core-validate-commit: List all validation rules.$ core-validate-commit --listtry on your machineexplain this command
-
core-validate-commit:tldr:76783 core-validate-commit: Validate the current commit.$ core-validate-committry on your machineexplain this command
-
core-validate-commit:tldr:d9b43 core-validate-commit: Validate a specific commit.$ core-validate-commit ${commit_hash}try on your machineexplain this command
-
core-validate-commit:tldr:f484e core-validate-commit: Validate a range of commits.$ git rev-list ${commit_hash}..HEAD | xargs core-validate-committry on your machineexplain this command