Co-author commits tool. A cross-platform command-line tool for social coding. Includes co-authors in commits when pair/mob programming.
183
stars
21
forks
source link
fix(pre-commit): Remove blob/master information from raw git reposito… #124
Closed
abelazo closed 9 months ago
Pull request checklist
npm run build
) was run locally and any changes were pushed~npm run checks
) has passed locally and any fixes were made for failures~Pull request type
Please check the type of change your PR introduces:
What is the current behaviour?
Removed Github references (
blob/master
) from.pre-commit-config.yaml
as pre-commit seems to checkout the repository in raw git format.Issue URL: Issue #123
What is the new behaviour?
pre-commit
does not raise an error when trying to referenceprepare-commit-msg-nodejs
Does this introduce a breaking change?
Other information
Change has been tested successfully locally with
pre-commit
. I haven't testedgit-mob core
or theVSstudio extension
.