PhpStorm 2016.2 Help

Adding Files to a Local Git Repository

On this page:

Basics

After a Git repository for a project is initialized, you need to add the project data to it.

If you have specified Git as the version control system for your project in the Settings | Version Control page, PhpStorm suggests to put each newly created file under Git version control.

To make Git ignore some types of files, configure files to ignore.

Adding all currently unversioned files to Git control

  1. Switch to the Version Control tool window and switch to the Local Changes tab. tool window.
  2. Expand the Unversioned Files node and choose Add to VCS from the context menu or pressCtrl+Alt+A.

Adding specific files to a local Git repository

Do one of the following:

  • Switch to the Version Control tool window and switch to the Local Changes tab. Expand the Unversioned Files node, and select the files to be added. From the context menu, chooseAdd to VCS, or press Ctrl+Alt+A.
  • Switch to the Project tool window and select the files to be added. From the context menu, choose Git | Add or pressCtrl+Alt+A.

See Also

Last modified: 24 November 2016