compilerla / test-commit-marksigns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-commit-marksigns

Testing conventional-pre-commit with commit messages containing various "mark signs".

See compilerla/conventional-pre-commit#15

Single quote

git commit -m "docs: try a commit with a ' (single quote)"

Double quote

git commit -m "docs: try a commit with a \" (escaped double quote)"

Backtick

git commit -m "docs: try a commit with a \` (escaped backtick)"

About