Reorx’s Forge 头像

消息来源频道

Reorx’s Forge

@reorx_share

频道3,130 位成员公开可见0 人在线

A chronicle of my journey in forging my ideas into writings and products. Archive: https://app.shokichan.com/c/tg/reorx_share

成员规模3,130 位成员
在线情况0 人在线
消息总数6,041 条消息
浏览量总数784,746 次浏览

在这个频道里搜索消息……

t.me/reorx_share

cursor 彻底解决了 git message 的问题。我设置了一个快捷键,点击后会自动保存文件,然后全都放进 git stage,调用 cursor 的生成提交命令,然后自动 push。一个快捷键节省一分钟。
[{
"command": "runCommands",
"key": "cmd+g cmd+g",
"args": {
"commands": [
"workbench.action.files.save",
"git.stageAll",
"cursor.generateGitCommitMessage",
"git.commit",
"git.push"
]
}
}]