Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitriy Smirnov
Total activity
1499
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 (0)
Posts (0)
Comments (908)
Sort by recent activity
Recent activity
Votes
Edited
January 06, 2019 10:44
Here it is (btw, you could use search in settings to find it, e.g. search for empty changelist)
Community
IntelliJ IDEA Users
Setting to NOT delete empty changelist when 'active' state changes to 'non-active'
1 vote
Created
December 12, 2018 12:40
From the error text, it looks like you are trying to access some private repo via HTTP and the remote server returns 404 due to lack of permissions.
Community
IntelliJ IDEA Users
How to get more info about error: Fetch failed - remote error: repository not found
1 vote
Created
December 12, 2018 12:38
Check the Console tab of the Version Control toolwindow to see exact git command and output.
Community
IntelliJ IDEA Users
How to get more info about error: Fetch failed - remote error: repository not found
1 vote
Created
December 08, 2018 12:10
> I have generated ssh key and configured that in git lab repository Why do you connect over HTTP then? > Remote URL test failed: unable to access 'https://giturl.net': SSL certificate problem: una...
Community
IntelliJ IDEA Users
Issue with Integrating Git Lab with IntelliJ
1 vote
Created
November 28, 2018 11:32
Thanks for the clarification. > take all the change from the feature branch and merge them as one commit in master Then the squash option on the Merge dialog is what you need, it will call git merg...
Community
IntelliJ IDEA Users
Squash and Merge - Github
1 vote
Created
November 27, 2018 21:19
> on the internal network Do you mean it works for external resources? What exact errors do you have? If you use SSH to push, check if changing the SSH executable to Builtin in Settings | Version C...
Community
IntelliJ IDEA Users
Git on the internal network Idea 2018.3 does not push
1 vote
Created
November 27, 2018 16:41
Squash is just one of the options of Interactive rebase, so yes, it is related. Currently, to squash commits in IntelliJ, you need to start Interactive rebase (e.g. using the Rebase Interactively f...
Community
IntelliJ IDEA Users
Squash and Merge - Github
1 vote
Created
November 12, 2018 16:38
Why do you use Cmd+I to commit instead of just Ctrl+Enter? There is indeed conflict between native MacOs way of entering spec-characters and mnemonics in IntelliJ - see https://youtrack.jetbrains.c...
Community
IntelliJ IDEA Users
Option + i on Mac in commit dialog replaces commit message with ˆ and commits with that as the message
1 vote
Created
October 03, 2018 10:30
There is no such a feature in IDEA at the moment. There are plans to add it though - see https://youtrack.jetbrains.com/issue/IDEA-140406 What is the usecase to see the exact number of commits, btw...
Community
IntelliJ IDEA Users
Show number of commits on origin that are ahead
1 vote
Created
September 24, 2018 16:35
Regarding push, see https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000405300-Listen-for-Git-push-events-from-IntelliJ-plugin
Community
IntelliJ IDEA Open API and Plugin Development
Handle an event from VCS (Git)
1 vote
«
First
‹
Previous
Next
›
Last
»