Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kirill Likhodedov
Total activity
733
Last activity
October 14, 2021 12:17
Member since
June 11, 2010 07:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
269
Activity overview
Articles (0)
Posts (0)
Comments (464)
Sort by votes
Recent activity
Votes
Created
July 12, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Knowledge require for plugin development in Intellij IDEA
1 vote
Created
July 04, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Knowledge require for plugin development in Intellij IDEA
1 vote
Created
September 15, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to build and use git4idea as a library in plugin
1 vote
Created
July 15, 2016 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...
Community
IntelliJ IDEA Users
Problem merging conflicts - UI does not give me option to accept my changes
1 vote
Created
July 29, 2015 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.
Community
IntelliJ IDEA EAP Users
Key shortcut for git "commit and push"
1 vote
Created
November 21, 2011 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...
Community
IntelliJ IDEA Users
Git conflict resolving and rebase --continue
1 vote
Created
July 03, 2015 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...
Community
IntelliJ IDEA Users
Displaying branch next to project name in Project pane
1 vote
Created
May 09, 2014 12:07
What if you don't press the "Test" button, and just hit "Clone" instead? What happens in this case?
Community
IntelliJ IDEA Users
Checkout from Version Control - Bonobo Git Server
1 vote
Created
May 09, 2014 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.
Community
IntelliJ IDEA Users
Checkout from Version Control - Bonobo Git Server
1 vote
Created
October 25, 2010 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...
Community
PhpStorm
Set Default Remote GIT per project?
1 vote
«
First
‹
Previous
Next
›
Last
»