I am checking my commits and pre-commit Ids for validation. I am using the following command to get the list
git log -10 --no-merges master | Select-String -Pattern "commit"
And I found Last commit message missed the pre-commit
Is there any way to correct (Add missing pre-commits)? much appreciate your help
