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
June 21, 2012 12:13
Hello Jason,I would recommend you to use "Update Project". It pulls from the tracked branch (and fetches only from the remote of this branch).Currently there is no way to call a manual Git command ...
Community
PhpStorm
Git pull does a pull for all remotes
0 votes
Created
July 06, 2012 11:49
How do you know which commits are pushed? Do you see them (commits from other users) in the Push Dialog?Please try the following:1. Execute git fetch origin.2. Execute git log ..origin/trunk to see...
Community
PhpStorm
Git commits list
0 votes
Created
July 06, 2012 13:09
pull is definitely the same as fetch + merge.Can you try the same, but instead of steps 1, 2, 3 execute git pull origin trunk ? Then execute step 4 to see if there are commits to be pushed.(I tryin...
Community
PhpStorm
Git commits list
0 votes
Created
July 06, 2012 15:34
So, you don't see any other commits (from other developers) in the git log origin/trunk.. output, there is only your commit, right?What about PhpStorm then? Which commits do you see in the Push Dia...
Community
PhpStorm
Git commits list
0 votes
Created
July 06, 2012 16:25
So let me summarize: just before push you see commits from other developers in the PhpStorm's Push Dialog, but at the same time 'git log origin/trunk..' doesn't show you these commits, right?If tha...
Community
PhpStorm
Git commits list
0 votes
Created
July 02, 2012 19:33
Hello Kris,Thanks for your feedback.It seems that the files you change get committed with other line separators, than they are in the repository. That's why it looks like all lines were changed (th...
Community
PhpStorm
GitHub pushes don't show diff's correctly
0 votes
Created
July 05, 2012 12:35
Please try changing the setting Settings | Version Control | Git | "Line Separators Conversion" to "Do not convert".
Community
PhpStorm
GitHub pushes don't show diff's correctly
0 votes
Created
July 09, 2012 09:14
Hello John,Great that the problem has been solved.The root cause of the issue is that PhpStorm currently understands only those SSH keys, that have names id_rsa and id_rsa.pub, and doesn't understa...
Community
PhpStorm
Git VCS Push/Pull fails
0 votes
Created
October 19, 2012 10:32
It seems that JVM doesn't use values from LC_TIMETry this answer: http://stackoverflow.com/a/10707816/72788P. S. I use Opera 11.64 and it works fine with this forum.
Community
PhpStorm
Incorrect date and time format
0 votes
Created
September 21, 2011 16:48
Hello Apo,Do you use SSH or HTTP(S) to connect to the Git remote? (you may verify the remote url in the .git/config file)1. If you use HTTP(S), you'd like to switch to SSH, since IDEA doesn't suppo...
Community
PhpStorm
git push (to GitHub) causing unbreakable process
0 votes
«
First
‹
Previous
Next
›
Last
»