Git Tools

Git Gui

To start a graphical interface to Git, go to Tools > Git > Git Tools > Git Gui.

Note: On macOS, the default Git installation does not have Git Gui. To use Git Gui, install it separately. To start Git Gui from Qt Creator, go to Preferences > Version Control > Git, and set the path to the environment that has Git Gui in Prepend to PATH.

Gitk

To start the commit viewer for Git, go to Tools > Git > Git Tools > Gitk. You can also start the tool to view commits in the current document or in the folder that has the current document. To specify arguments for running Gitk, go to Preferences > Version Control > Git.

Other repository browsers

To use some other application for viewing Git history, such as GitX or QGit viewer:

  1. Go to Preferences > Version Control > Git.
  2. In Command, specify the path to the application executable.

To start the application, go to Tools > Git > Git Tools > Repository Browser.

Git Bash

To start Git Bash, go to Tools > Git > Git Tools > Git Bash.

Merge tools

To resolve merge conflicts, go to Tools > Git > Git Tools > Merge Tool. This menu item is visible only when you have merge conflicts to resolve.

See also How To: Use Git and Git.

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.