Book Image

PhpStorm Cookbook

By : Mukund Chaudhary
Book Image

PhpStorm Cookbook

By: Mukund Chaudhary

Overview of this book

Table of Contents (16 chapters)
PhpStorm Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Using PhpStorm in a Team

In this chapter, we will cover the following recipes:

  • Getting a VCS server

  • Creating a VCS repository

  • Connecting PhpStorm to a VCS repository

  • Storing a PhpStorm project in a VCS repository

  • Committing files to the VCS repository

  • Updating code from a VCS repository

  • Synchronizing your code with the VCS repository

  • Examining the VCS repository

  • Checking projects out of a VCS repository

  • Creating code patches

  • Creating VCS tags or branches

  • Creating a task for the team