commands.sh

git cola

all

A powerful Git GUI with a slick and intuitive user interface.

More info →

Options (2)

-r, --repoboolean

Open the Git repository at mentioned path

Example: git cola {{[-r|--repo]}} {{path/to/git-repository}}
-s, --status-filterboolean

Apply the path filter to the status widget

Example: git cola {{[-s|--status-filter]}} {{filter}}

Examples (5)

Start the GUI

Start the GUI in amend mode

git cola --amend

Prompt for a Git repository. Defaults to the current directory

git cola --prompt

Open the Git repository at mentioned path

git cola [-r|--repo] path/to/git-repository

Apply the path filter to the status widget

git cola [-s|--status-filter] filter
made by @shridhargupta | data from tldr-pages