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
Created
October 25, 2018 19:12
@Nicolas Why do you need stage? What use-case do you solve with it that can't be solved with changelists? See also https://youtrack.jetbrains.com/issue/IDEA-63391
Community
IntelliJ IDEA Users
Git stage changes and revert not staged changes
-1 votes
Created
August 06, 2018 14:46
Adding the following to the idea.properties (the best way is to invoke Help - Edit Custom Properties) works: idea.max.vcs.loaded.size.kb=40000 any number should work. A restart is required to reloa...
Community
PyCharm
idea.max.vcs.loaded.size.kb Doesn't Seem to Work
-1 votes
Created
March 27, 2017 12:04
Most likely the error occurs because the account used to authenticate to GitHub does not have permissions. Please double check that the account in Settings - Version control - GitHub is the correct...
Community
IntelliJ IDEA Users
Can't create GitHub repositoy using 2017.1
0 votes
Edited
November 10, 2019 12:16
This is likely the mentioned bug. Fixed in 2019.1 - https://youtrack.jetbrains.com/issue/IDEA-148109 Refreshing the Local changes using the Refresh icon on the toolbar should help.
Community
IntelliJ IDEA Users
Files added to .gitignore are still shown in commit changes
-2 votes
Created
October 02, 2018 09:38
See https://youtrack.jetbrains.com/issue/IDEA-198135
Community
IntelliJ IDEA Users
No version control tool window but Git is still enabled?!
-2 votes
Created
August 03, 2018 22:19
As I understand you mean the automatic commits done by the merge command? To skip hooks one need to pass --no-verify flag, and it appears that git merge does not support such a flag, As a workaroun...
Community
IntelliJ IDEA Users
Disable pre-commit hooks on merge commits
-1 votes
Created
July 26, 2018 15:46
No, there is no way and no plans to do so. See https://youtrack.jetbrains.com/issue/IDEA-178415 Commit dialog preserves selection from the Local Changes. If you want to commit only specific file, y...
Community
IntelliJ IDEA Users
Git Commit: Deselect all changes by default
-2 votes
Created
February 27, 2017 17:17
While the Copy file feature might be useful, and there is a request for that - see https://youtrack.jetbrains.com/issue/IDEA-95494, at the moment you could copy just the entire content of the file ...
Community
IntelliJ IDEA Users
Copying a missing file from another git branch
-2 votes
Created
April 16, 2020 22:36
This behavior is specific to the non-modal commit UI. There is no way to change the behavior in the new commit - please vote for https://youtrack.jetbrains.com/issue/IDEA-235910 So as an option, yo...
Community
IntelliJ IDEA Users
IntelliJ 2020.1 Double Click on Files in Local Changes
-4 votes
Created
February 21, 2020 23:42
@... The stage is not skipped, just not distinguished in the UI. Commit is done via stage. IntelliJ, and PhpStrom as well, first call git add for the selected files, and then git commit, so all hoo...
Community
IntelliJ IDEA Users
Git stage changes and revert not staged changes
-3 votes
«
First
‹
Previous
Next
›
Last
»