cola.views.startup – Startup Dialog

Provides the git-cola startup dialog

The startup dialog is presented when no repositories can be found at startup.

class cola.views.startup.StartupDialog(parent=None)

Provides a GUI to Open or Clone a git repository.

find_git_repo()

Return a path to a git repository

This is the entry point for external callers. This method finds a git repository by allowing the user to browse to one on the filesystem or by creating a new one with git-clone.

Previous topic

cola.views.standard – Standard widget base class

Next topic

cola.views.about – About dialog

This Page