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

Updating code from a VCS repository


You have always thought about your team. You have always thought that you will work in such a way that you are the strongest link in your team.

Getting ready

You will act as a filter to clean the poor code written by a fellow team member. You will be the peer reviewer of the code that your peers write. You will add documentation to the spaghetti code that someone in the team is so used to writing. All said and done, how will you achieve these targets? You will have to take updates from the version control system every time you plan to start off being the James Bond in your team.

How to do it...

Unfortunately, in order to receive updates from the version control system, there is no automatic push notification system provided with PhpStorm. However, you can perform the following steps:

  1. You have to manually check for updates. But do not worry. You just need to remember a few navigation links, and you will be able to update a particular code, a particular folder...