git-cola v1.7.5 documentation

Actions

«  Commit Message Editor   ::   Contents   ::   Shortcut Keys  »

Actions

Actions

The Actions tool gives you quick access to git-cola commands.

Stage

Stages selected files in the index using git add.

If no files are selected then all modified files are staged.

Unstage

Unstages selected files from the index using git reset.

If no files are selected then all staged files are unstaged.

Fetch

Launch an interface for fetching branches from remotes.

See the git fetch documentation for more details.

Push

Launch an interface for pushing branches to remotes.

See the git push documentation for more details.

Pull

Launch an interface for pulling changes from remote branches.

See the git pull documentation for more details.

Stash

Launch an interface for managing git stashes.

See the git stash documentation for more details.

«  Commit Message Editor   ::   Contents   ::   Shortcut Keys  »