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
May 03, 2011 09:49
Hi Henning,Just add the folder containing the sub-repository as a VCS root in Settings -> Version Control.Several operations in IDEA are able to handle multiple Git repositories at once. These are,...
Community
PhpStorm
Multiple git repositories
11 votes
Created
February 20, 2012 08:29
You may also invoke this list of branches via the menuVersion Control -> Git -> Branchesor context menu: Git -> Branches.Therefore you can assign any shortcut to this action (Settings -> Keymap).Wh...
Community
IntelliJ IDEA Users
Keyborad shortcut for checking out git branches in IDEA?
6 votes
Created
March 12, 2012 12:39
Hello John,Just add '.idea/workspace.xml' to the .gitignore file.If you have already committed the file, then ignoring won't have any effect. You have to remove the file from the repository first:g...
Community
PhpStorm
.gitignore and .idea/workspace.xml
5 votes
Created
January 30, 2013 12:29
In this case you can disable the Git plugin in Settings | Plugins.
Community
PhpStorm
Remove "Can't start GIT" notifications ( PhpStorm)
3 votes
Created
June 29, 2016 18:33
Check GitBranchUtil.getCurrentRepository().getCurrentBranch(). If you want to fetch, you can use GitFetcher. However, it shows a success notification, so maybe it is not the best candidate for your...
Community
IntelliJ IDEA Plugin Users
How to get current git branch inside StartActivity
2 votes
Created
January 30, 2013 15:39
To undo local unpushed commits in Git you have to use the reset command. If you want to keep code changes, you need the "mixed" mode (which is the default mode).There is also VCS | Git | Reset HEAD...
Community
IntelliJ IDEA Users
How to undo a commit in a local branch - git
2 votes
Created
July 22, 2013 15:56
Hi Derek,If you select all commits between the given two, the tree view at the right of the commit list will show the compound difference of all these selected commits, which probably is equal to w...
Community
IntelliJ IDEA Users
Compare commits in Git revision log
2 votes
Created
October 03, 2014 11:07
Hi Jerry,1. Please check that your Git root is registered in Settings | Version Control.2. Do you see your changes in Changes | Local toolwindow? If not, try to click the Refresh button there: does...
Community
IntelliJ IDEA Users
Git Commit says no changed detected
2 votes
Created
April 26, 2019 10:44
Hi Julien, yes, it is doable. 1. No need to do this in a loop. You can subscribe to the `GitRepository.GIT_REPO_CHANGE` MessageBus Topic, and the listener will be pinged on each change in Git repo...
Community
IntelliJ IDEA Open API and Plugin Development
How-to create custom plugin to automatically change deployment target based on current git branch?
1 vote
Created
August 06, 2018 12:16
Ah, you're right: it is not that straightforward there. If a customization is defined, it is in some cases executed instead of the base code. See the GitPushOperation class. So you might need to pr...
Community
IntelliJ IDEA Open API and Plugin Development
Listen for Git push events from IntelliJ plugin
1 vote
Next
›
Last
»