- Step1: Install Git Scribe via npm or brew (npm install -g @hqarroum/git-scribe).
- Step2: Configure your OpenAI API key (git-scribe config set apiKey YOUR_KEY).
- Step3: Stage your code changes (git add .).
- Step4: Run git-scribe commit to generate an AI-crafted commit message.
- Step5: Review and accept the suggested message to complete the commit.