diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml new file mode 100644 index 0000000..54295a7 --- /dev/null +++ b/.github/workflows/go.yml @@ -0,0 +1,28 @@ +# This workflow will build a golang project +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go + +name: Go + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version: '1.21.1' + + - name: Build + run: go build -v ./... + + - name: Test + run: go test -v ./... diff --git a/README.md b/README.md index 55e2096..bb85509 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# gpt-gitcommits +# ai-gitcommit -GPT Git Commit is a command-line tool that leverages OpenAI's GPT-3 language model to simplify the process of creating commit messages for Git commits. It addresses the common challenge of spending excessive time crafting commit messages that effectively describe code changes. With AI Commit, developers can generate a variety of high-quality commit message options within seconds, reducing the time spent on writing commit messages and allowing them to focus more on coding. +AI Git Commit is a command-line tool that leverages OpenAI's GPT-3 language model to simplify the process of creating commit messages for Git commits. It addresses the common challenge of spending excessive time crafting commit messages that effectively describe code changes. With AI Commit, developers can generate a variety of high-quality commit message options within seconds, reducing the time spent on writing commit messages and allowing them to focus more on coding. + +[](https://github.com/chrispeterjeyaraj/ai-gitcommit/actions/workflows/go.yml) ## Prerequisites :clipboard: -Before installing AI Commit, you will need to generate your OpenAI API key. +Before installing AI Git Commit, you will need to generate your OpenAI API key. You will also need to have GoLang installed. To check if you have Go installed, open your terminal window and run the following command: ```sh @@ -16,10 +18,10 @@ If you see a version number in the output, it means that Go is installed. If not https://go.dev/doc/install ``` ## Installation :inbox_tray: -To install AI Commit, please follow the steps below: -1. Clone the GPT GIT Commit repository to your local machine by running the following command in your terminal: +To install AI Git Commit, please follow the steps below: +1. Clone the AI GIT Commit repository to your local machine by running the following command in your terminal: ```sh -git clone https://github.com/chrispeterjeyaraj/gpt-gitcommits +git clone https://github.com/chrispeterjeyaraj/ai-gitcommit ``` 2. Navigate into the cloned repository by running the following command in your terminal: ```sh @@ -65,5 +67,5 @@ I welcome contributions from the community! If you find a bug 🐛 or have an id AI Commit is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information. ---------- -- If you found GPT GIT Commit useful, please consider giving this repo a star ⭐️! +- If you found AI GIT Commit useful, please consider giving this repo a star ⭐️!
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: