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 Control
and selectGit
. - Enter the
Path to Git executable
and clickTest
to 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 Integration
under theVCS
menu. - Once selected a dialog will appear. Select
Git
from the pulldown menu clickOK
. - Install Git Flow Integration PhpStorm plugin.
- Access PhpStorm settings (Linux, Windows:
File
>Settings
, Mac:PhpStorm
>Preferences
). - Select
Plugins
and click on theBrowse repositories...
button. - In the plugin repository browser enter
git flow
in the search field. - Select
Git Flow Integration
byOpher 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