Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitriy Smirnov
Total activity
1500
Last activity
June 17, 2024 07:47
Member since
June 07, 2016 16:30
Following
0 users
Followed by
1 user
Votes
13
Subscriptions
578
Activity overview
Articles (1)
Posts (0)
Comments (908)
Sort by recent activity
Recent activity
Votes
Edited
June 17, 2020 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...
Community
IntelliJ IDEA Users
Best way to switch from branch with local changes and then back
2 votes
Created
May 07, 2020 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...
Community
IntelliJ IDEA Users
14.1 - Not showing Local Changes
2 votes
Created
April 23, 2020 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...
Community
IntelliJ IDEA Users
Preview Pane in Commit Tool window disappeared in IDEA 2020.1
2 votes
Edited
March 11, 2019 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...
Community
IntelliJ IDEA Users
Changed files pane in Log tab of Version Control tool not showing
2 votes
Created
September 01, 2018 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 ...
Community
IntelliJ IDEA Users
secret_password_lookup_sync error
2 votes
Edited
August 28, 2018 10:13
Look for the Change under caret action in the Keymap
Community
IntelliJ IDEA Users
Shortcut to show change diff
2 votes
Created
May 11, 2018 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...
Community
PhpStorm
How to checkout specific files from another branch with Git and PhpStorm UI ?
2 votes
Created
March 18, 2018 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.
Community
IntelliJ IDEA Users
[Feature request] Remove file from version control
2 votes
Edited
December 29, 2017 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.
Community
IntelliJ IDEA Users
Git change markers disappear when editing file
2 votes
Created
August 21, 2017 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...
Community
IntelliJ IDEA Users
[solved] Can't sync with Letsencrypt Git repo
2 votes
«
First
‹
Previous
Next
›
Last
»