From 2fadcdec9bcfeeca95229b29e25dca0873646a3f Mon Sep 17 00:00:00 2001 From: Christopher Peterjeyaraj <111428615+chrispeterjeyaraj@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:16:23 +0530 Subject: [PATCH 1/5] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 55e2096..d571b78 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# 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. ## 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 +16,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 From 0f9c9f3576bb65423afb817a56b79ed80f851755 Mon Sep 17 00:00:00 2001 From: Christopher Peterjeyaraj <111428615+chrispeterjeyaraj@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:17:42 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d571b78..fba3094 100644 --- a/README.md +++ b/README.md @@ -65,5 +65,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 ⭐️! From 6719f2f774b8af1dbe1633726b13ada9d586935f Mon Sep 17 00:00:00 2001 From: Christopher Peterjeyaraj <111428615+chrispeterjeyaraj@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:25:46 +0530 Subject: [PATCH 3/5] Created go.yml for running github workflow --- .github/workflows/go.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/go.yml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml new file mode 100644 index 0000000..925866c --- /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.20' + + - name: Build + run: go build -v ./... + + - name: Test + run: go test -v ./... From 521fb6a841f400ac8442373104124d00fc3f3278 Mon Sep 17 00:00:00 2001 From: Christopher Peterjeyaraj <111428615+chrispeterjeyaraj@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:32:32 +0530 Subject: [PATCH 4/5] changed go version --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 925866c..54295a7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.21.1' - name: Build run: go build -v ./... From adc505fbfe9b0fa538caea043cc4c9d013ab1bc1 Mon Sep 17 00:00:00 2001 From: Christopher Peterjeyaraj <111428615+chrispeterjeyaraj@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:33:49 +0530 Subject: [PATCH 5/5] added workflow status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fba3094..bb85509 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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. +[![Go](https://github.com/chrispeterjeyaraj/ai-gitcommit/actions/workflows/go.yml/badge.svg)](https://github.com/chrispeterjeyaraj/ai-gitcommit/actions/workflows/go.yml) + ## Prerequisites :clipboard: Before installing AI Git Commit, you will need to generate your OpenAI API key. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy