主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2011年05月03日 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,...
社区
PhpStorm
Multiple git repositories
12 票
创建于
2012年02月20日 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...
社区
IntelliJ IDEA Users
Keyborad shortcut for checking out git branches in IDEA?
7 票
创建于
2012年03月12日 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...
社区
PhpStorm
.gitignore and .idea/workspace.xml
5 票
创建于
2013年01月30日 12:29
In this case you can disable the Git plugin in Settings | Plugins.
社区
PhpStorm
Remove "Can't start GIT" notifications ( PhpStorm)
3 票
创建于
2016年06月29日 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...
社区
IntelliJ IDEA Plugin Users
How to get current git branch inside StartActivity
2 票
创建于
2013年01月30日 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...
社区
IntelliJ IDEA Users
How to undo a commit in a local branch - git
2 票
创建于
2013年07月22日 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...
社区
IntelliJ IDEA Users
Compare commits in Git revision log
2 票
创建于
2014年10月03日 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...
社区
IntelliJ IDEA Users
Git Commit says no changed detected
2 票
创建于
2019年04月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How-to create custom plugin to automatically change deployment target based on current git branch?
1 票
创建于
2018年08月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Listen for Git push events from IntelliJ plugin
1 票
下一页
›
最后
»