From f9d06244b127ab5c4fae0bbddb2705aa60945d54 Mon Sep 17 00:00:00 2001 From: anaxios Date: Tue, 6 Aug 2024 19:59:29 -0700 Subject: [PATCH] Add README with usage instructions for AI commit message tool --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d90e70a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## use AI to draft commit messages + +clone this repo and then link the scripts into your path. + +### use +Instead of `git commit -m "your message here"` +``` +aicommit +```