Documentation

Panels

Examining the repo history

History icon The history panel allows developers to examine and interact with the history, branches and stashes of the repository.

Creating commits in the index panel

Index icon The index panel allows developers to create commits and resolve conflicts.

Checking the working copy

Filesystem icon The filesystem panel provides access to all files in the working directory to check the history of individual files and check edits within files.

Actions

Branch icon Create a new branch
Merge icon Merge into the current branch
Fetch icon Fetch changes from remote
Pull icon Fetch changes from the tracking branch and merge them into the current branch
Push icon Push changes to remote
Stash icon Stash changes in the working directory