主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2015年08月13日 12:45
Unfortunately most of the functionality which you've mentioned (including most of Git support, and including the VcsInitObject stuff which we've discussed above - as you might have noticed, it is n...
社区
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 票
创建于
2015年08月15日 12:44
I tried to use PushSource, but pushSupport.getPusher().push() is problematic : it take as first parameter a Map<GitRepository, PushSpec<GitPushSource, GitPushTarget>>, who use GitPushSource explici...
社区
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 票
创建于
2015年08月18日 14:18
Why don't you just use GitRemote object? Or a pair of GitRepository and GitRemote.
社区
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 票
创建于
2015年08月19日 14:49
I was wrong. The GitPushSupport is not a project service, but an implementation of the common extension point. Currently the only way to get an instance of the GitPushSupport is to traverse over al...
社区
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 票
创建于
2015年09月04日 18:29
You have to implement the `checkoutProvider` extension point: implement the CheckoutProvider interface and add the entry to your plugin.xml. Since you're going to checkout from Git, you'll probably...
社区
IntelliJ IDEA Open API and Plugin Development
Get project' git repositories in a project component
0 票
创建于
2011年02月08日 16:03
Taine,It's not true that it is "better to use git mv". It is just shorter when using command line.'git mv a b' is a shortcut and total equivalent for 3 commands: mv a b git add b git rm aThat's...
社区
RubyMine
Is there a way to do a git mv or have said happen upon refactor/rename?
1 票
创建于
2011年02月21日 08:37
It doesn't look like a deleted file, more like ignored file.Please check in Settings -> Version Control -> Ignored Files if your file matches with one of ignore patterns.Note that RubyMine has Chan...
社区
RubyMine
RM 3.1 issue with git
0 票
创建于
2011年02月21日 09:03
So, the solution is removing your files from the list of ignored.Unfortunately, currently IDEA's ignored files and .gitignore are not consistent (see http://youtrack.jetbrains.net/issue/IDEA-60354 ...
社区
RubyMine
RM 3.1 issue with git
0 票
创建于
2011年02月22日 09:26
Nicolas,it seems that there is a sort of misunderstanding here.Let me try to arrange the facts.1. Your original problem (not able to commit a file, file status is not correct) is because you've add...
社区
RubyMine
RM 3.1 issue with git
0 票
创建于
2011年06月01日 10:06
1. Please check permissions in the both local and remote .git directories. Especially, the objects subdir.2. Does running git from console produce the same error message?
社区
RubyMine
Git permissions problem
0 票
«
第一页
‹
上一页
下一页
›
最后
»