Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 509db5c

Browse files
authored
chore: update README.md by removing Dependencies section (#24)
1 parent edf219b commit 509db5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Automates the creation of standardized Git commit messages using [OpenAI's API](
2626
- **Internet Connection**: Requires an active internet connection to communicate with the OpenAI API.
2727
- **Requires a Git Repository**: Needs to be run in a Git repository to access the changes for generating commit messages.
2828

29-
## Dependencies
30-
3129
## Installation Instructions
3230

3331
Commit Generator can be installed globally using npm:
@@ -46,6 +44,7 @@ Once you have set up the script using the installation instructions, you can use
4644
- `-h`, `--help`: Display help information for the script.
4745
- `-m`, `--model`: Specify the OpenAI API language model to use for generating commit messages. See the [OpenAI API documentation](https://platform.openai.com/docs/models/) for available models.
4846
- `-p`, `--push`: Automatically push the changes to the remote repository after committing.
47+
- If a remote branch is not specified, the changes are pushed to a new remote branch with the same name as the current branch. (I plan to make this more configurable in the future.)
4948

5049
For example, to generate a commit message based on all changes in the repository and push the changes to the remote repository, you can use the following command:
5150

0 commit comments

Comments
 (0)