Skip to content

Using GitUp Configuration Editor

Pierre-Olivier Latour edited this page Mar 2, 2016 · 1 revision

Overview

GitUp makes it easy to understand and modify the Git configuration options affecting your local repository. It clearly indicates at which level each option is defined (local, global or system) and provides inline help to understand what the option does.

Select "Repository" menu > "Edit Configuration..." to show the Configuration Editor. Options that are not defined at the local level appear on a green background. If an option exists at a non-local level but is also overridden at the local level, it will be displayed on a red background.

Keyboard Shortcuts

  • Return to edit the selected option
  • N to add a new option
  • Delete to delete the selection option

Tips

  • You can also double-click on an option to edit it
  • You can copy the selected option name and value with Cmd-C or "Edit" menu > "Copy"

Known Issues & Limitations

  • If there are duplicate options with the same name at the same level, only one will be displayed and which one is undefined