├── .gitignore ├── LICENSE ├── README.md ├── gpt-commit.py └── prepare-commit-msg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markuswt/gpt-commit/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markuswt/gpt-commit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markuswt/gpt-commit/HEAD/README.md -------------------------------------------------------------------------------- /gpt-commit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markuswt/gpt-commit/HEAD/gpt-commit.py -------------------------------------------------------------------------------- /prepare-commit-msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markuswt/gpt-commit/HEAD/prepare-commit-msg --------------------------------------------------------------------------------