如何在intellij中为git svn分配快捷方式?

发布于 2024-12-26 10:13:10 字数 116 浏览 3 评论 0原文

有人知道如何在 intellij 中为 git svn dcommit 分配快捷方式吗?更好的是能够将它与提交完全结合起来。

实际上想想,也许一个分支特定的提交钩子是可行的方法,但也不知道如何做到这一点

Anyone know a way to assign a shortcut to git svn dcommit in intellij ? Even better to be able to combine it with the commit altogether.

Actually come to think of it perhaps a branch specific commit hook is the way to go, not sure how to do that either though

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

疯了 2025-01-02 10:13:10

请注意,IntelliJ IDEA 不支持 git svn。解决方法可能是设置外部工具来运行所需的命令,然后为这些工具分配键盘快捷键。

Please note that git svn is not supported in IntelliJ IDEA. A workaround may be to set up External Tools to run the required commands and then assign keyboard shortcuts to these tools.

惯饮孤独 2025-01-02 10:13:10

SubGit 提供了一个将 IntelliJ 内置 git 支持与现有 Subversion 存储库结合使用的绝佳机会。

SubGit 在服务器端工作:一旦将其安装到 Subversion 存储库中,它就允许 Git 访问该存储库。

有关更多详细信息,请参阅 SubGit 文档git-svn 比较

SubGit provides a great opportunity to use IntelliJ built-in git support with existing Subversion repository.

SubGit works on the server side: once you install it into your Subversion repository, it enables Git access to this repository.

For more details refer to SubGit documentation and git-svn comparison.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文