Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kirill Likhodedov
Total activity
733
Last activity
October 14, 2021 12:17
Member since
June 11, 2010 07:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
269
Activity overview
Articles (0)
Posts (0)
Comments (464)
Sort by recent activity
Recent activity
Votes
Created
March 19, 2012 15:32
Have you only 1 Git repository in the project?What happens if you execute 'git branch' in the command line?
Community
PhpStorm
Git update problem: Can't update: no current branch: You are in 'detached HEAD' state
0 votes
Created
March 20, 2012 07:25
Probably the submodules are the root cause.Please check for each repository, which branch are you on. Maybe you're in detached HEAD in one of the submodules.You may also want to check PhpStorm EAP ...
Community
PhpStorm
Git update problem: Can't update: no current branch: You are in 'detached HEAD' state
0 votes
Created
March 21, 2012 12:58
The "invalid git roots" error is already fixed. So please try new EAP builds - it should help.
Community
PhpStorm
Git update problem: Can't update: no current branch: You are in 'detached HEAD' state
0 votes
Created
March 19, 2012 13:01
Hello Enrique,There is no such command in PHPStorm.I'm not sure if it is needed, since it is a rather rare case to remove a file from version control.From the command line you have to executegit rm...
Community
PhpStorm
How to move a versioned file to unversioned in GIT
0 votes
Created
March 19, 2012 14:52
You probably want to usegit update-index --assume-unchanged <file>It makes Git ignore versioned files just for you.But beware that using this flag may result in some difficulties if the file change...
Community
PhpStorm
How to move a versioned file to unversioned in GIT
0 votes
Created
April 23, 2012 10:33
Hello Eugene,You may edit <PhpStorm config>/options/vcs.xml and remove the items that you don't need from <option name="visitedUrls">
Community
PhpStorm
How to clean gitgub repository url list?
0 votes
Created
April 23, 2012 17:35
The list of repositories is taken from your GitHub account. It is the list of your repositories and repositories you follow.
Community
PhpStorm
How to clean gitgub repository url list?
0 votes
Created
April 23, 2012 10:34
Hello Joshua,What do you mean by "all my symlinks a fubar'd". Please clarify.
Community
PhpStorm
Checkout from VCS git breaks symlinks in repo
0 votes
Created
May 22, 2012 13:05
Hello Matt,This feature is not supported yet.You may vote for it here: http://youtrack.jetbrains.com/issue/IDEA-74859
Community
PhpStorm
Is there a way to create a Github repo, that belongs to an "Organization"
0 votes
Created
May 16, 2012 10:13
Hello Matthieu,PhpStorm identifies a Git root by the presence of .git directory (or .git file in the case of submodules), so it is the reason of the message displayed.It doesn't look like a good id...
Community
PhpStorm
[Solved] Unregistered git root detected on my home dir
0 votes
«
First
‹
Previous
Next
›
Last
»