主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitriy Smirnov
活动总数
1499
最后的活动
2024年06月17日 07:47
成员加入日期
2016年06月07日 16:30
关注
0 名用户
关注者数
1 名用户
投票数
13
订阅数
578
活动概览
文章(0)
帖子(0)
评论(908)
按最近的活动排序
最近的活动
投票数
已编辑于
2020年06月17日 19:41
> I have local commits on my branch, and I want to quickly switch to a different branch If changes are already committed, a simple checkout would do. That's the purpose of git branches. > The usual...
社区
IntelliJ IDEA Users
Best way to switch from branch with local changes and then back
2 票
创建于
2020年05月07日 21:14
@... I don't think it is the same issue. Most likely you made a clean install of the IDE, and it enabled the new commit UI, which introduces the separate Commit toolwidnow. Changes are now displaye...
社区
IntelliJ IDEA Users
14.1 - Not showing Local Changes
2 票
创建于
2020年04月23日 17:53
Preview diff opens in the editor on double-click, or with the Next Change shortcut (F7). The new UI is optional. It is by default enabled only in new installations.It is possible to change the UI u...
社区
IntelliJ IDEA Users
Preview Pane in Commit Tool window disappeared in IDEA 2020.1
2 票
已编辑于
2019年03月11日 15:44
The options have been moved, AFAICS. Check ~/Library/Preferences/PhpStorm2019.1/options/other.xml <property name="vcs.log.changes.splitter.proportion" value="" /><property name="vcs.log.details.spl...
社区
IntelliJ IDEA Users
Changed files pane in Log tab of Version Control tool not showing
2 票
创建于
2018年09月01日 21:20
IDE cannot access the system keychain for some reasons. There could be several of them - no keychain installed, keychain does not support SecretService API (e.g. KWallet), some other issues. As an ...
社区
IntelliJ IDEA Users
secret_password_lookup_sync error
2 票
已编辑于
2018年08月28日 10:13
Look for the Change under caret action in the Keymap
社区
IntelliJ IDEA Users
Shortcut to show change diff
2 票
创建于
2018年05月11日 15:22
Actually, there is a way to get some specific revision of the file into the Local changes and then commit. To do this, use the Show History for a file, enable showing all branches, pick the revisio...
社区
PhpStorm
How to checkout specific files from another branch with Git and PhpStorm UI ?
2 票
创建于
2018年03月18日 13:10
To stop tracking files in git (remove from git but keep locally), just execute git rm --cached path/to/file, Make sure to commit such deletion from the command line as well.
社区
IntelliJ IDEA Users
[Feature request] Remove file from version control
2 票
已编辑于
2017年12月29日 13:11
Check the mapping in Settings - Version control. If there is a <Project> mapping, change it to an explicit path to the git repo in the project.
社区
IntelliJ IDEA Users
Git change markers disappear when editing file
2 票
创建于
2017年08月21日 20:34
Does it work using command-line git? I assume the issue is on the git side, so you could disable SSL checks in git. To do so execute git config http.sslverify false see https://git-scm.com/docs/gi...
社区
IntelliJ IDEA Users
[solved] Can't sync with Letsencrypt Git repo
2 票
«
第一页
‹
上一页
下一页
›
最后
»