作为开发人员,优化和改进工作流程始终是首要任务。Aicommits 是一个 CLI,可以使用 AI 为开发者编写 git 提交消息,其本质是使用 OpenAPI 来分析代码更改并自动生成描述性提交消息。下面是官方的直接描述:A CLI that writes your git commit messages for you with AI. Never write
New issue Open 支持使用配置好的AI大模型生成git commit message . 插件地址:https://plugins.jetbrains.com/plugin/24851-ai-git-commit?noRedirect=true Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment...
Prompt: Basic 和 Conventional Commits 两种模式 Output template: 在选择 Basic 模式后可以通过模版定义生成的 commit message 的格式,模版中可以使用 $message 和 $branch 两个变量。 Commit subject limit: 生成的 commit message 的长度限制 Truncate excessive length: 如果大模型生成的信息长度超过 Commit subject ...
node-gptcommit是基于gptcommit实现思路去开发的node版本工具命令,可以根据项目中git的diff文件列表去生成git commit信息。 具体效果可以参考以下步骤: 1.安装 npm install node-gptcommit -g 2.设置openai的apikey ngptcommit config --set openai.apiKey=sk-xxxxx 3.开始使用 请到某个git仓库的根目录使用,具体如...
git add <files...> git commit # Only generates a message when it's not passed in If you ever want to write your own message instead of generating one, you can simply pass one in: git commit -m "My message" Aicommits will generate the commit message for you and pass it back to ...
CodeGeeX是一款基于大模型的智能编程助手,它可以实现代码的生成与补全、自动为代码添加注释、自动解释代码、自动编写单元测试、实现代码审查Code Review、自动修复代码fixbug、自动生成commit message完成git提交,以及在不同编程语言的代码间实现互译、针对技术和代码问题的智能问答等丰富的功能。
AI Commits is a plugin that generates your commit messages by using git diff and LLMs. Features. Generate commit message from git diff using LLM. Compute diff only from the selected files and lines in the commit dialog. Create your own prompt for commit
修改commit信息 git commit --amend -m 'The new message' 使用ssh替换https:// 设置某个仓库 git remote set-url origin git@github.com:Aitozi/flink.git 全量替换 git c
Git丨commit规范 & emoji表情 一、文字规范 commit一共由五部分组成,具体内容如下。 (1)type 提交commit 的类型,包括以下几种 feat: 新功能 fix: 修复问题 docs: 修改文档 style: 修改代码格式,不影响代码逻辑 refactor: 重构代码,理论上不影响现有功能...
.gitignore Release 0.0.25 1年前 Dockerfile npm切换到yarn,加快容器构建 1年前 LICENSE add LICENSE 1年前 README.md Update README.md 6个月前 README_EN.md 支持探索版和K1模型,修复图像解析能力 6个月前 libs.d.ts first commit 1年前