代码::块 git 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5203580/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Code::Blocks git plugin
提问by
Does anyone use the Code::Blocks IDE? If yes, can you tell me of a decent plugin for working with git? Seems strange, but I didn't find anything with Google.
有人使用 Code::Blocks IDE 吗?如果是的话,你能告诉我一个使用 git 的不错的插件吗?看起来很奇怪,但我没有在谷歌上找到任何东西。
采纳答案by maverik
AFAIK, there is no GIT plugin for Code::Blocks available. But you can do it in another way. Select Tools -> Configure Tools -> Add and then fill required fields. Let me show you an example with mercurial (using hgtk):
AFAIK,没有适用于 Code::Blocks 的 GIT 插件。但是你可以用另一种方式来做到这一点。选择工具 -> 配置工具 -> 添加,然后填写必填字段。让我向您展示一个使用 mercurial 的示例(使用 hgtk):
Name: hgtk vdiff
Executable: /usr/bin/hgtk
Parameters: vdiff
Working dir: ${PROJECT_DIR}
Now you can select Tools -> hgtk vdiff and ... that's all, you'll see a hgtk vdiff dialog.
现在您可以选择 Tools -> hgtk vdiff 和...就是这样,您将看到一个 hgtk vdiff 对话框。