Home / PhpStorm / Guides / Phalcon
Configuring PhpStorm and Git-Flow
This document assumes that:
- You have a working install of Git on your system.
Steps
- Setup Git in PhpStorm.
- Install git-flow.
- Access PhpStorm settings (Linux, Windows:
File>Settings, Mac:PhpStorm>Preferences). - Expand
Version Controland selectGit. - Enter the
Path to Git executableand clickTestto make sure it is found. - Click
OK. - Enable Version Control Integration in PhpStorm (only for non-versioned projects).
- If this setting is NOT enabled you will see the option
Enable Version Control Integrationunder theVCSmenu. - Once selected a dialog will appear. Select
Gitfrom the pulldown menu clickOK. - Install Git Flow Integration PhpStorm plugin.
- Access PhpStorm settings (Linux, Windows:
File>Settings, Mac:PhpStorm>Preferences). - Select
Pluginsand click on theBrowse repositories...button. - In the plugin repository browser enter
git flowin the search field. - Select
Git Flow IntegrationbyOpher Vishnia. - Right Click on the plugin and select
Download and Install. PhpStorm will prompt you to confirm the install, selectYes. - Click
Close. - Click
Apply. - PhpStorm will prompt you to restart, select
Restart.
For notes on usage go to: Gitlab Issues Workflow