- In the Changes tool window, select one or more files you want to check in (commit) to version control.
- Open the Commit Changes dialog box by doing one of the following:
- On the Changes tool window toolbar, or on the main toolbar, click
. - Press Ctrl+KCtrl+K.
- On the main menu, choose .
- On the Changes tool window toolbar, or on the main toolbar, click
-
Review the changes to be committed in the Details pane. To do that,
unfold the Details pane if it is hidden, and select the file in question in the Changed Files area.
The Details pane shows the base version and the local copy of the selected file. Examine the details of each change:
-
To move to the next updated piece of code, click the Next Change button
.
-
To return to the previous updated code fragment, click the Previous Change button
.
-
To expand or narrow the context of an updated code fragment, position the cursor at the change in question, click the More/Less Lines button
, and then specify the number of lines to be shown above and below the current code fragment.
-
To move to the next updated piece of code, click the Next Change button
-
Add a commit comment. As you type, PhpStorm checks the spelling and highlights words in question.
Note
This functionality is available if the Spelling code inspection is enabled.
- Specify which actions should be performed on the files before and after submitting them to the repository.
- Click the Submit/Commit button
to launch the Check-in Changes operations.
Tip
For Git and Mercurial. To have the changes immediately pushed to your Git or Mercurial repository, do one of the following:
- Hover the mouse pointer over the Submit/Commit button and select Commit and Push on the context menu.
- From the Submit/Commit drop-down list, select Commit and Push.
-
To save the changes as a patch in a text file, hover the mouse pointer over the Submit/Commit button
and select Create Patch on the context menu.
Tip
Alternatively, use the Submit/Commit drop-down list to select the Create Patch item.
In the Create Patch dialog box, that opens, configure the patch creation.
- If any error occurs when trying to commit, PhpStorm displays an error message. For example, you might have changed a file that has been already edited by another team member, or you might run into a branch conflict. In these cases, you need to merge edits, or update your local copy. The error messages are VCS-specific.

