主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kirill Likhodedov
活动总数
733
最后的活动
2021年10月14日 12:17
成员加入日期
2010年06月11日 07:06
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
269
活动概览
文章(0)
帖子(0)
评论(464)
按最近的活动排序
最近的活动
投票数
创建于
2018年07月12日 13:13
The step #2 is not quite clear to me. What kind of request are you sending to GitHub after pushing? Or do you mean that you want to analyze the output of the `git push` command which was executed o...
社区
IntelliJ IDEA Open API and Plugin Development
Knowledge require for plugin development in Intellij IDEA
1 票
创建于
2018年07月04日 10:46
Hi Sanjay. What do you mean by "automatically call GitHub Commit window"? Do you mean programmatically? If so, please check if AbstractVcsHelper.commitChanges() works for you. Don't hesitate to ask...
社区
IntelliJ IDEA Open API and Plugin Development
Knowledge require for plugin development in Intellij IDEA
1 票
创建于
2016年09月15日 08:29
You need to add <idea installation dir>/plugins/git4idea/lib/git4idea.jar to the classpath of the IntelliJ SDK which you use in your plugin. Project Structure | SDK | IntelliJ SDK | Classpath. You ...
社区
IntelliJ IDEA Open API and Plugin Development
How to build and use git4idea as a library in plugin
1 票
创建于
2016年07月15日 08:03
If you pull via Git | Pull, it doesn't allow to handle this kind of conflicts yet. Possible solution is to stash/shelve the local change away, pull, and then unstash/unshelve the change back. Howev...
社区
IntelliJ IDEA Users
Problem merging conflicts - UI does not give me option to accept my changes
1 票
创建于
2015年07月29日 16:18
Then please try using Ctrl+Alt+P instead of simply Alt+P, and also try IDEA 15 with custom JDK as proposed in the issue.
社区
IntelliJ IDEA EAP Users
Key shortcut for git "commit and push"
1 票
创建于
2011年11月21日 09:38
Hello Vitor,1. We don't support external merging tools for Git.2. IDEA internally calls Git executable for almost all commands. That means that you may start rebase process in the command line, con...
社区
IntelliJ IDEA Users
Git conflict resolving and rebase --continue
1 票
创建于
2015年07月03日 09:49
Hi Luis,I'm afraid there is no way to do it right now. Please vote for the feature here: https://youtrack.jetbrains.com/issue/IDEA-76042However, if you're using Git or Mercurial, there is a handy s...
社区
IntelliJ IDEA Users
Displaying branch next to project name in Project pane
1 票
创建于
2014年05月09日 12:07
What if you don't press the "Test" button, and just hit "Clone" instead? What happens in this case?
社区
IntelliJ IDEA Users
Checkout from Version Control - Bonobo Git Server
1 票
创建于
2014年05月09日 12:31
It is disabled only if you've already pressed Test, and the test has failed.Try to restart the IDE, invoke "Checkout from version control", enter the URL and click Clone at once.
社区
IntelliJ IDEA Users
Checkout from Version Control - Bonobo Git Server
1 票
创建于
2010年10月25日 16:06
Hi David,Make sure that you have remote properly configured.Open file <repository_root>/.git/configIt should look something like this:[core] repositoryformatversion = 0 filemode = true bare...
社区
PhpStorm
Set Default Remote GIT per project?
1 票
«
第一页
‹
上一页
下一页
›
最后
»