... | ... | @@ -8,16 +8,25 @@ This document assumes that: |
|
|
- You have a working install of [Git](http://git-scm.com/) on your system.
|
|
|
#### Steps
|
|
|
|
|
|
1. Install [git-flow](https://github.com/nvie/gitflow/wiki/Installation).
|
|
|
2. Access PhpStorm settings (Linux, Windows: `File` > `Settings`, Mac: `PhpStorm` > `Preferences`).
|
|
|
3. Expand `Version Control` and select `Git`.
|
|
|
4. Enter the `Path to Git executable` and click `Test` to make sure it is found.
|
|
|
5. Click `OK`.
|
|
|
6. Install Git Flow Integration PhpStorm plugin.
|
|
|
1. Setup Git in PhpStorm.
|
|
|
1. Install [git-flow](https://github.com/nvie/gitflow/wiki/Installation).
|
|
|
2. Access PhpStorm settings (Linux, Windows: `File` > `Settings`, Mac: `PhpStorm` > `Preferences`).
|
|
|
3. Expand `Version Control` and select `Git`.
|
|
|
4. Enter the `Path to Git executable` and click `Test` to make sure it is found.
|
|
|
5. Click `OK`.
|
|
|
2. Enable Version Control Integration in PhpStorm.
|
|
|
1. If this setting is NOT enabled you will see the option `Enable Version Control Integration` under the `VCS` menu.
|
|
|
3. Install Git Flow Integration PhpStorm plugin.
|
|
|
1. Access PhpStorm settings (Linux, Windows: `File` > `Settings`, Mac: `PhpStorm` > `Preferences`).
|
|
|
2. Select `Plugins` and click on the `Browse repositories...` button.
|
|
|
3. In the plugin repository browser enter `git flow` in the search field.
|
|
|
4. Select `Git Flow Integration` by `Opher Vishnia`.
|
|
|
5. Right Click on the plugin and select `Download and Install`. PhpStorm will prompt you to confirm the install, select `Yes`.
|
|
|
6. Click `Close`.
|
|
|
7. Click `Apply`.
|
|
|
8. PhpStorm will prompt you to restart, select `Restart`.
|
|
|
|
|
|
|
|
|
Git Flow Integration
|
|
|
Vendor
|
|
|
Opher Vishnia
|
|
|
For notes on usage go to: [Gitlab Issues Workflow](https://vc.digitec.local/digitec/digitec-wiki/wikis/gitlab-issues-workflow)
|
|
|
|
|
|
#### References |
|
|
\ No newline at end of file |