Commit (Git)
Go Up to Projects Window
View > Project Manager | right-click a file or a project under Git version control | Git > Commit
Code Editor | right-click a file under Git version control | Git > Commit
Commit is a version control operation that sends the changes in the working files to the local repository.
When you select the Commit command, the first thing that happens is File > Save All. Then the Commit pane is displayed in the Code Editor window. The Commit pane is composed of two sections. The upper section lists all the files you can select to commit (unchanged files are not listed). The lower section is an entry field for your comments. To select a file to commit, select the check box in front of the file name. If the check box in front of a file is not selected, the file is ignored.
Item | Description | ||||
---|---|---|---|---|---|
Commit to: Location |
Displays information about the files to be committed and their location in the system, including:
If you right-click a file in the Commit to: Location field, you can select from the following context menu commands:
| ||||
Commit |
Here you can write a comment for the Git log (for example, the task ID or the changes that were made to the committed files). | ||||
Show unversioned files |
Allows you to see or hide files that are not under version control but exist in the Commit to: Location. Right-click an unversioned file and select Add to add the file to version control (previously you need to add it to your local repository). | ||||
Check or uncheck all |
Checks or unchecks all the files to be committed. | ||||
Shows all the comments saved with the committed files, and all comments that have been entered for commits but abandoned rather than saved. | |||||
Commit |
Commits the selected files, saving them to the repository. |
Note: After committing your changes to your local repository, you may want to push them to the remote Git repository.