I tried to work with PhpStorm and Git. I have previous experience using NetBeans and I didn\'t have any problem with G
Before you can commit a new file to Git, you need to add the file. From the command-line, this is done with git add
. To add a file to Git in PhpStorm, go to the Project tool window, select the file to be added, and choose "Git | Add" from the context menu. Also, before you can push changes, you need to commit them. In PhpStorm, this is done like this: