Shortcut Keys

Main Interface

  • h – Stage/unstage hunk at text cursor position
  • s – Stage/unstage selection
  • ctrl-b – Create branch
  • alt-b – Checkout branch
  • ctrl-d – Diffstat the most recent commit
  • ctrl-e – Export patches
  • ctrl-p – Cherry-pick
  • ctrl-r – Rescan/refresh repository status
  • alt-a – Stage all modified files
  • alt-u – Stage all untracked files
  • alt-t – Stage selected files
  • shift-alt-s – Stash dialog

Cola Classic

  • h – Move to parent/collapse
  • j – Move down
  • k – Move up
  • l – Expand directory
  • ctrl-e – Launch Editor
  • ctrl-s – Stage Selected
  • ctrl-u – Unstage Selected
  • shift-ctrl-h – View History
  • ctrl-d – View Diff (git difftool <path>)
  • shift-ctrl-d – Diff Against Predecessor
  • ctrl-z – Revert uncommitted changes (git checkout HEAD <path>...)

Table Of Contents

Previous topic

Actions

Next topic

git-cola v1.4.3.3

This Page