From 9fd0b3417bc9472d0571bd8452245e233e4dbc86 Mon Sep 17 00:00:00 2001 From: Allen Lew Date: Sun, 31 Mar 2024 22:53:55 -0700 Subject: [PATCH] Update README.md Add dashes for commands --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 20fa722..81b2681 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ New command -> what it does: Commands added by [@alexrochas](https://github.com/alexrochas) -- `git feat "commit-message-here"` -> `git commit -m 'feat: commit-message-here'` -- `git docs "commit-message-here"` -> `git commit -m 'docs: commit-message-here'` -- `git chore "commit-message-here"` -> `git commit -m 'chore: commit-message-here'` -- `git fix "commit-message-here"` -> `git commit -m 'fix: commit-message-here'` -- `git refactor "commit-message-here"` -> `git commit -m 'refactor: commit-message-here'` -- `git style "commit-message-here"` -> `git commit -m 'style: commit-message-here'` -- `git test "commit-message-here"` -> `git commit -m 'test: commit-message-here'` -- `git localize "commit-message-here"` -> `git commit -m 'localize: commit-message-here'` +- `git-feat "commit-message-here"` -> `git commit -m 'feat: commit-message-here'` +- `git-docs "commit-message-here"` -> `git commit -m 'docs: commit-message-here'` +- `git-chore "commit-message-here"` -> `git commit -m 'chore: commit-message-here'` +- `git-fix "commit-message-here"` -> `git commit -m 'fix: commit-message-here'` +- `git-refactor "commit-message-here"` -> `git commit -m 'refactor: commit-message-here'` +- `git-style "commit-message-here"` -> `git commit -m 'style: commit-message-here'` +- `git-test "commit-message-here"` -> `git commit -m 'test: commit-message-here'` +- `git-localize "commit-message-here"` -> `git commit -m 'localize: commit-message-here'` Commands added by [@Kenan7](https://github.com/Kenan7)