rkotze / git-mob

Co-author commits tool. A cross-platform command-line tool for social coding. Includes co-authors in commits when pair/mob programming.
https://www.npmjs.com/package/git-mob
MIT License
183 stars 21 forks source link

fix(pre-commit): Remove blob/master information from raw git reposito… #124

Closed abelazo closed 9 months ago

abelazo commented 9 months ago

Pull request checklist

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 reference prepare-commit-msg-nodejs

Does this introduce a breaking change?

Other information

Change has been tested successfully locally with pre-commit. I haven't tested git-mob core or the VSstudio extension.

rkotze commented 9 months ago

Thanks for your contribution.