Skip to content

Releases: thefuture-industries/git-auto-commit

v2.11.106

17 Jun 17:16
2853dbd
Compare
Choose a tag to compare

Git auto-commit - automatic commit generation tool

A new version of git-auto-commit is available v2.11.106! A command-line utility that analyzes changes and automatically generates the name of the commit it.

Git Auto-Commit is an extension for the Git version control system designed to automatically generate meaningful and context—sensitive commit messages based on changes made to the codebase. The tool simplifies developers' workflows by allowing them to focus on the content of edits rather than on the formulation of descriptions for commits.

The development is conducted as an open source project and is distributed under the MIT license (or other compatible licensing, depending on the implementation). Git Auto-Commit can be integrated into CI/CD pipelines, hook scripts, or used manually via the command line.

Main features:

  • Analysis of changes in the work tree and automatic generation of commit messages in natural language.
  • Integration with Git via the git auto sub-command or configuration of user aliases.
  • Support for templates and configurations for configuring the message structure in accordance with project standards (Conventional Commits, Semantic Commit Messages, etc.).
  • Scalability: works both in small projects and in large monorepositories.

Install

If you're on windows

Go to the root of the project and run the command.

iex ((New-Object Net.WebClient).DownloadString('https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-windows-auto-commit.ps1?raw=true'))

If you're on linux

Go to the root of the project and run the command.

curl -fsSL https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-linux-auto-commit.sh?raw=true | bash

Setting up

Launch

Everything is ready now, after making changes to the code, just run:

git add .
git auto
git push

Pull Requests

  • create new release v2.11.x, added install and update auto-commit for linux (#50)
  • added linux updated and install (#49)
  • added base comment commit and fix errors (#48)

©thefuture-industries

v2.10.93

16 Jun 18:27
baa1178
Compare
Choose a tag to compare

Git auto-commit - automatic commit generation tool

A new version of git-auto-commit is available v2.10.93! A command-line utility that analyzes changes and automatically generates the name of the commit it.

Git Auto-Commit is an extension for the Git version control system designed to automatically generate meaningful and context—sensitive commit messages based on changes made to the codebase. The tool simplifies developers' workflows by allowing them to focus on the content of edits rather than on the formulation of descriptions for commits.

The development is conducted as an open source project and is distributed under the MIT license (or other compatible licensing, depending on the implementation). Git Auto-Commit can be integrated into CI/CD pipelines, hook scripts, or used manually via the command line.

Main features:

  • Analysis of changes in the work tree and automatic generation of commit messages in natural language.
  • Integration with Git via the git auto sub-command or configuration of user aliases.
  • Support for templates and configurations for configuring the message structure in accordance with project standards (Conventional Commits, Semantic Commit Messages, etc.).
  • Scalability: works both in small projects and in large monorepositories.

Install

If you're on windows

Go to the root of the project and run the command.

iex ((New-Object Net.WebClient).DownloadString('https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-windows-auto-commit.ps1?raw=true'))

If you're on linux

Go to the root of the project and run the command.

curl -fsSL https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-linux-auto-commit.sh?raw=true | bash

Setting up

Launch

Everything is ready now, after making changes to the code, just run:

git add .
git auto
git push

Pull Requests

  • added base comment commit and fix errors (#48)
  • added update remote github script (win. linux) (#47)

©thefuture-industries

v2.9.81

16 Jun 18:19
13424ae
Compare
Choose a tag to compare

Git auto-commit - automatic commit generation tool

A new version of git-auto-commit is available v2.9.81! A command-line utility that analyzes changes and automatically generates the name of the commit it.

Git Auto-Commit is an extension for the Git version control system designed to automatically generate meaningful and context—sensitive commit messages based on changes made to the codebase. The tool simplifies developers' workflows by allowing them to focus on the content of edits rather than on the formulation of descriptions for commits.

The development is conducted as an open source project and is distributed under the MIT license (or other compatible licensing, depending on the implementation). Git Auto-Commit can be integrated into CI/CD pipelines, hook scripts, or used manually via the command line.

Main features:

  • Analysis of changes in the work tree and automatic generation of commit messages in natural language.
  • Integration with Git via the git auto sub-command or configuration of user aliases.
  • Support for templates and configurations for configuring the message structure in accordance with project standards (Conventional Commits, Semantic Commit Messages, etc.).
  • Scalability: works both in small projects and in large monorepositories.

Install

If you're on windows

Go to the root of the project and run the command.

iex ((New-Object Net.WebClient).DownloadString('https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-windows-auto-commit.ps1?raw=true'))

If you're on linux

Go to the root of the project and run the command.

curl -fsSL https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-linux-auto-commit.sh?raw=true | bash

Setting up

Launch

Everything is ready now, after making changes to the code, just run:

git add .
git auto
git push

Pull Requests

  • added update remote github script (win. linux) (#47)
  • added get version in all function and added min.commit (#46)

©thefuture-industries

v2.8.70

05 Jun 05:57
1ba282a
Compare
Choose a tag to compare

Git auto-commit - automatic commit generation tool

A new version of git-auto-commit is available v2.8.70! A command-line utility that analyzes changes and automatically generates the name of the commit it.

Git Auto-Commit is an extension for the Git version control system designed to automatically generate meaningful and context—sensitive commit messages based on changes made to the codebase. The tool simplifies developers' workflows by allowing them to focus on the content of edits rather than on the formulation of descriptions for commits.

The development is conducted as an open source project and is distributed under the MIT license (or other compatible licensing, depending on the implementation). Git Auto-Commit can be integrated into CI/CD pipelines, hook scripts, or used manually via the command line.

Main features:

  • Analysis of changes in the work tree and automatic generation of commit messages in natural language.
  • Integration with Git via the git auto sub-command or configuration of user aliases.
  • Support for templates and configurations for configuring the message structure in accordance with project standards (Conventional Commits, Semantic Commit Messages, etc.).
  • Scalability: works both in small projects and in large monorepositories.

Install

If you're on windows

Go to the root of the project and run the command.

iex ((New-Object Net.WebClient).DownloadString('https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-windows-auto-commit.ps1?raw=true'))

If you're on linux

Go to the root of the project and run the command.

curl -fsSL https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-linux-auto-commit.sh?raw=true | bash

Setting up

Launch

Everything is ready now, after making changes to the code, just run:

git add .
git auto
git push

Pull Requests

  • added get version in all function and added min.commit (#46)
  • the 'update-windows-auto-commit.ps1' file has been changed (#41)

©thefuture-industries

v2.7.60

13 May 16:52
56cef9d
Compare
Choose a tag to compare

Git auto-commit - automatic commit generation tool

A new version of git-auto-commit is available v2.7.60! A command-line utility that analyzes changes and automatically generates the name of the commit it.

Git Auto-Commit is an extension for the Git version control system designed to automatically generate meaningful and context—sensitive commit messages based on changes made to the codebase. The tool simplifies developers' workflows by allowing them to focus on the content of edits rather than on the formulation of descriptions for commits.

The development is conducted as an open source project and is distributed under the MIT license (or other compatible licensing, depending on the implementation). Git Auto-Commit can be integrated into CI/CD pipelines, hook scripts, or used manually via the command line.

Main features:

  • Analysis of changes in the work tree and automatic generation of commit messages in natural language.
  • Integration with Git via the git auto sub-command or configuration of user aliases.
  • Support for templates and configurations for configuring the message structure in accordance with project standards (Conventional Commits, Semantic Commit Messages, etc.).
  • Scalability: works both in small projects and in large monorepositories.

Install

If you're on windows

Go to the root of the project and run the command.

iex ((New-Object Net.WebClient).DownloadString('https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-windows-auto-commit.ps1?raw=true'))

If you're on linux

Go to the root of the project and run the command.

curl -fsSL https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-linux-auto-commit.sh?raw=true | bash

Setting up

Launch

Everything is ready now, after making changes to the code, just run:

git add .
git auto
git push

Pull Requests

  • the 'update-windows-auto-commit.ps1' file has been changed (#41)
  • create new release v2.6.x and merge it main branch (#40)

©thefuture-industries

v2.6.51

13 May 16:29
26b587c
Compare
Choose a tag to compare

Git auto-commit - automatic commit generation tool

A new version of git-auto-commit is available v2.6.51! A command-line utility that analyzes changes and automatically generates the name of the commit it.

Git Auto-Commit is an extension for the Git version control system designed to automatically generate meaningful and context—sensitive commit messages based on changes made to the codebase. The tool simplifies developers' workflows by allowing them to focus on the content of edits rather than on the formulation of descriptions for commits.

The development is conducted as an open source project and is distributed under the MIT license (or other compatible licensing, depending on the implementation). Git Auto-Commit can be integrated into CI/CD pipelines, hook scripts, or used manually via the command line.

Main features:

  • Analysis of changes in the work tree and automatic generation of commit messages in natural language.
  • Integration with Git via the git auto sub-command or configuration of user aliases.
  • Support for templates and configurations for configuring the message structure in accordance with project standards (Conventional Commits, Semantic Commit Messages, etc.).
  • Scalability: works both in small projects and in large monorepositories.

Install

If you're on windows

Go to the root of the project and run the command.

iex ((New-Object Net.WebClient).DownloadString('https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-windows-auto-commit.ps1?raw=true'))

If you're on linux

Go to the root of the project and run the command.

curl -fsSL https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-linux-auto-commit.sh?raw=true | bash

Setting up

Launch

Everything is ready now, after making changes to the code, just run:

git add .
git auto
git push

Pull Requests

  • create new release v2.6.x and merge it main branch (#40)
  • added script update for (windows, linux) (#39)

©thefuture-industries

v2.5.42

13 May 15:58
7869e5c
Compare
Choose a tag to compare

Git auto-commit - automatic commit generation tool

A new version of git-auto-commit is available v2.5.42! A command-line utility that analyzes changes and automatically generates the name of the commit it.

Git Auto-Commit is an extension for the Git version control system designed to automatically generate meaningful and context—sensitive commit messages based on changes made to the codebase. The tool simplifies developers' workflows by allowing them to focus on the content of edits rather than on the formulation of descriptions for commits.

The development is conducted as an open source project and is distributed under the MIT license (or other compatible licensing, depending on the implementation). Git Auto-Commit can be integrated into CI/CD pipelines, hook scripts, or used manually via the command line.

Main features:

  • Analysis of changes in the work tree and automatic generation of commit messages in natural language.
  • Integration with Git via the git auto sub-command or configuration of user aliases.
  • Support for templates and configurations for configuring the message structure in accordance with project standards (Conventional Commits, Semantic Commit Messages, etc.).
  • Scalability: works both in small projects and in large monorepositories.

Install

If you're on windows

Go to the root of the project and run the command.

iex ((New-Object Net.WebClient).DownloadString('https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-windows-auto-commit.ps1?raw=true'))

If you're on linux

Go to the root of the project and run the command.

curl -fsSL https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-linux-auto-commit.sh?raw=true | bash

Setting up

Launch

Everything is ready now, after making changes to the code, just run:

git add .
git auto
git push

Pull Requests

  • added script update for (windows, linux) (#39)
  • create new release v2.4.x and merge it main branch (#38)

©thefuture-industries

v2.4.33

13 May 11:50
f7a63b2
Compare
Choose a tag to compare

Git auto-commit - automatic commit generation tool

A new version of git-auto-commit is available v2.4.33! A command-line utility that analyzes changes and automatically generates the name of the commit it.

Git Auto-Commit is an extension for the Git version control system designed to automatically generate meaningful and context—sensitive commit messages based on changes made to the codebase. The tool simplifies developers' workflows by allowing them to focus on the content of edits rather than on the formulation of descriptions for commits.

The development is conducted as an open source project and is distributed under the MIT license (or other compatible licensing, depending on the implementation). Git Auto-Commit can be integrated into CI/CD pipelines, hook scripts, or used manually via the command line.

Main features:

  • Analysis of changes in the work tree and automatic generation of commit messages in natural language.
  • Integration with Git via the git auto sub-command or configuration of user aliases.
  • Support for templates and configurations for configuring the message structure in accordance with project standards (Conventional Commits, Semantic Commit Messages, etc.).
  • Scalability: works both in small projects and in large monorepositories.

Install

If you're on windows

Go to the root of the project and run the command.

iex ((New-Object Net.WebClient).DownloadString('https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-windows-auto-commit.ps1?raw=true'))

If you're on linux

Go to the root of the project and run the command.

curl -fsSL https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-linux-auto-commit.sh?raw=true | bash

Setting up

Launch

Everything is ready now, after making changes to the code, just run:

git add .
git auto
git push

Bug Fixes

  • added git auto -v (--version) (#34)

Enhancements

  • added git auto -u (--update) for update new bin auto-commit (#35)

Pull Requests

  • create new release v2.4.x and merge it main branch (#38)
  • added update/check new version auto-commit (#37)

©thefuture-industries

v2.3.24

12 May 15:00
Compare
Choose a tag to compare

Git auto-commit - automatic commit generation tool

A new version of git-auto-commit is available v2.3.24! A command-line utility that analyzes changes and automatically generates the name of the commit it.

Git Auto-Commit is an extension for the Git version control system designed to automatically generate meaningful and context—sensitive commit messages based on changes made to the codebase. The tool simplifies developers' workflows by allowing them to focus on the content of edits rather than on the formulation of descriptions for commits.

The development is conducted as an open source project and is distributed under the MIT license (or other compatible licensing, depending on the implementation). Git Auto-Commit can be integrated into CI/CD pipelines, hook scripts, or used manually via the command line.

Main features:

  • Analysis of changes in the work tree and automatic generation of commit messages in natural language.
  • Integration with Git via the git auto sub-command or configuration of user aliases.
  • Support for templates and configurations for configuring the message structure in accordance with project standards (Conventional Commits, Semantic Commit Messages, etc.).
  • Scalability: works both in small projects and in large monorepositories.

Install

If you're on windows

Go to the root of the project and run the command.

iex ((New-Object Net.WebClient).DownloadString('https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-windows-auto-commit.ps1?raw=true'))

If you're on linux

Go to the root of the project and run the command.

curl -fsSL https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-linux-auto-commit.sh?raw=true | bash

Setting up

Launch

Everything is ready now, after making changes to the code, just run:

git add .
git auto
git push

Pull Requests

©thefuture-industries

v2.2.16

12 May 14:53
434bf8b
Compare
Choose a tag to compare

Git auto-commit - automatic commit generation tool

A new version of git-auto-commit is available v2.2.16! A command-line utility that analyzes changes and automatically generates the name of the commit it.

Git Auto-Commit is an extension for the Git version control system designed to automatically generate meaningful and context—sensitive commit messages based on changes made to the codebase. The tool simplifies developers' workflows by allowing them to focus on the content of edits rather than on the formulation of descriptions for commits.

The development is conducted as an open source project and is distributed under the MIT license (or other compatible licensing, depending on the implementation). Git Auto-Commit can be integrated into CI/CD pipelines, hook scripts, or used manually via the command line.

Main features:

  • Analysis of changes in the work tree and automatic generation of commit messages in natural language.
  • Integration with Git via the git auto sub-command or configuration of user aliases.
  • Support for templates and configurations for configuring the message structure in accordance with project standards (Conventional Commits, Semantic Commit Messages, etc.).
  • Scalability: works both in small projects and in large monorepositories.

Install

If you're on windows

Go to the root of the project and run the command.

iex ((New-Object Net.WebClient).DownloadString('https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-windows-auto-commit.ps1?raw=true'))

If you're on linux

Go to the root of the project and run the command.

curl -fsSL https://github.com/thefuture-industries/git-auto-commit/blob/main/scripts/install-linux-auto-commit.sh?raw=true | bash

Setting up

Launch

Everything is ready now, after making changes to the code, just run:

git add .
git auto
git push

Pull Requests

  • create new release version 2.1.x and merge it (#33)

©thefuture-industries