Qt & Git: Committing Changes
×
Attention: Have you configured Git to work with Qt?
Have you set up a local Git repository for your project?
-
Go to the Tools menu and choose Git > Local Repository > Commit...:
-
The Git Commit screen appears. Be sure your author and email info appear in the Commit Information section:
-
Type a descriptive message into the Description box explaining the code changes. Git will not let you commit your changes until you do so.
-
In the Files section, hit the Select All checkbox to select all changed files.
-
Hit the Commit button. Git commits your changes to the local repository and returns to the main Qt editor window.
Where to Go Next
With your changes committed, you can..