Search code examples
gitversion-controlphpstormcommit

How to include files in my Git commit with PHPStorm?


Reworded question:

I use the PHPStorm IDE. During my development process I add images for testing purposes. I want to include them in my commits, so other team members can see and pull them from the repo. How do I do that? Can I configure PHPStorm to do that for me?

Original question:

phpstorm vcs (GIT) dont upload images First of all, sorry for my English. I will try to do my best. :D

I want to know how can i configure PHPStorm to upload the images in every commit (git)... Like Sourcetree does.

For example, if i have a gallery module in my app and i upload some image to test, when i make a commit for my team they cant see the image because phpstorm does not uploaded it. Atlassian Sourcetree does but i want to use the built in VCS from PHPStorm..


Solution

  • Version 9 does.. Problem solved!