Using WebStorm IDE and typical gitflow. Day by day I am do same operations after work on feature is finished:
- Push feature branch to remote
- Checkout branch develop
- Pull develop updates from remote
- Merge feature branch to develop
- Stop in case of any merge-conflicts. Manually resolve conflicts.
- Push develop to remote
Are there any plugins to automate this simple actions (except #5) by one button?