Skip to content

Commit 82087d3

Browse files
committed
TEST-1234 ```
Add Gemini API Key Requirement Update documentation to include Gemini API Key requirement ```
1 parent 2931478 commit 82087d3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

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

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

3327
| Name | Description | Link, Location, or Command |
3428
| ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
3529
| Terminal or Shell | A terminal or shell for configuring and running the script. | [Download Terminal](https://www.apple.com/macos/terminal/) |
3630
| `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/) |
3731
| 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/) |
32+
| Shell Alias Command | The alias command to be used for the script. | `cm` - set with `export` in bash profile or .zshrc file |
33+
3834

3935
## Installation
4036

0 commit comments

Comments
 (0)