Skip to content

Commit 105d134

Browse files
committed
ABC-1234 ## Add Gemini API Key to Requirements
This commit adds Gemini API key to the requirements list. The Gemini API key is needed to use Gemini AI for commit message generation.
1 parent 475ac7e commit 105d134

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,14 @@ Staging, committing, and pushing code is a repetative manual process. Writing de
2121
| Git Push | Pushing local commits to remote branch with `git push`. |
2222
| Git Push Retry (Pull & Push) | If a push fails, the script will `git pull` from the remote branch and push again. |
2323

24-
## Alias Command
25-
26-
| Name | Description |
27-
| -------------- | -------------------------------------------------------- |
28-
| Alias Command | The alias command to be used for the script: `cm`. |
29-
3024
## Requirements
3125

3226
| Name | Description | Link, Location, or Command |
3327
| ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
3428
| Terminal or Shell | A terminal or shell for configuring and running the script. | [Download Terminal](https://www.apple.com/macos/terminal/) |
3529
| `Git Bash` **\*Required for Windows** | Git Bash provides a Unix command line emulator for windows which can be used to run Git, shell commands, and much more. | [Download Git Bash](https://gitforwindows.org/) |
3630
| Google Gemini API Key | A Gemini API key is required to use Gemini AI to generate commit messages. | [Get Gemini API Key](https://www.getgemini.ai/) |
31+
| Alias Command | The alias command to be used for the script: `cm`. | Bash profile (`.zshrc` or `.bash_profile`) |
3732

3833
## Installation
3934

0 commit comments

Comments
 (0)