The Actions tool gives you quick access to git-cola commands.
Stages selected files in the index using git add.
If no files are selected then all modified files are staged.
Unstages selected files from the index using git reset.
If no files are selected then all staged files are unstaged.
Launch an interface for fetching branches from remotes.
See the git fetch documentation for more details.
Launch an interface for pushing branches to remotes.
See the git push documentation for more details.