Qt & Git: Committing Changes

  1. Go to the Tools menu and choose Git > Local Repository > Commit...:

  2. The Git Commit screen appears. Be sure your author and email info appear in the Commit Information section:

  3. Type a descriptive message into the Description box explaining the code changes. Git will not let you commit your changes until you do so.

  4. In the Files section, hit the Select All checkbox to select all changed files.

  5. 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..