Feature Showcase - Using Source Code Control

Komodo has integration features for several Source Code Control systems:

  • Git
  • Mercurial
  • Subversion
  • Perforce
  • CVS
  • Bazaar

This feature showcase uses Git as the example.

  1. Select Edit > Preferences (macOS: Komodo > Preferences) and check the Git configuration. If the svn executable is in your PATH, you should not have to change anything.
    Git preferences

  2. You can right click on a file in a project for a context menu with common Git commands. Context menu for Git

  3. You can use the buttons in the SCC toolbar.
    Git Toolbar

  4. The History button will show a list of file revisions.
    Revision history

  5. Clicking “Diff with local copy” in the History dialog box will show the differences between the selected revision and the current local copy. Clicking the Diff button will show the differences between the file in the current editor tab and the last revision. View diff

  6. The output of all Git commands is shown in the Notifications tab in the bottom pane.
    Show SCC output