Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D digitec-wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Digitec
  • digitec-wiki
  • Wiki
  • phpstorm git flow

Last edited by Rene Cabral Feb 17, 2014
Page history

phpstorm git flow

Home / PhpStorm / Guides / Phalcon

Configuring PhpStorm and Git-Flow

This document assumes that:

  • You have a working install of Git on your system.

Steps

  1. Setup Git in PhpStorm.
  2. Install git-flow.
  3. Access PhpStorm settings (Linux, Windows: File > Settings, Mac: PhpStorm > Preferences).
  4. Expand Version Control and select Git.
  5. Enter the Path to Git executable and click Test to make sure it is found.
  6. Click OK.
  7. Enable Version Control Integration in PhpStorm (only for non-versioned projects).
  8. If this setting is NOT enabled you will see the option Enable Version Control Integration under the VCS menu.
  9. Once selected a dialog will appear. Select Git from the pulldown menu click OK.
  10. Install Git Flow Integration PhpStorm plugin.
  11. Access PhpStorm settings (Linux, Windows: File > Settings, Mac: PhpStorm > Preferences).
  12. Select Plugins and click on the Browse repositories... button.
  13. In the plugin repository browser enter git flow in the search field.
  14. Select Git Flow Integration by Opher Vishnia.
  15. Right Click on the plugin and select Download and Install. PhpStorm will prompt you to confirm the install, select Yes.
  16. Click Close.
  17. Click Apply.
  18. PhpStorm will prompt you to restart, select Restart.

For notes on usage go to: Gitlab Issues Workflow

References

Clone repository
  • alpha beta testing
  • browser testing
  • camtasia licenses
  • code delivery processes
  • coding practices
  • css and sass coding standards
  • database schema standards
  • dependency management
  • development environments
  • digitec agile process
  • digitec gitlab styles
  • digitec software promises
  • digitec spec process
  • gitlab administration
  • gitlab issues tags
View All Pages