jgravois's avatar

phpStorm and Git Integration

How does phpStorm let me know if another developer has made changes in the GitHub repo. I looked at File Status and Refresh VCS Changes but the test my partner and I were attempting was unsuccessful.

Thansk!

0 likes
6 replies
russw's avatar
russw
Best Answer
Level 1

@jgravois this might just be personal preference but I would rather use a specific tool then a "all-around" tool, as I've generally found that the "all-around" tools don't have the full functionality I need. This seems to be the case here. I would recommend binding iTerm to the ` key or something, that way you can still easily access git.

But on your problem have you tried running git pull? Is there some way to do that from the IDE?

mmtomek's avatar

You can always use Command Line Tools Console in phpStorm (git pull should work in it)

parabol's avatar

Settings->Version Control ->Background. My setup is 30min for checking my files between gitserver

3 likes

Please or to participate in this conversation.