Documentation
Panels
Examining the repo history
The history panel allows developers to examine and interact with the history, branches and stashes of the repository. |
---|
Creating commits in the index panel
The index panel allows developers to create commits and resolve conflicts. |
---|
Checking the working copy
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
Create a new branch | |
Merge into the current branch | |
Fetch changes from remote | |
Fetch changes from the tracking branch and merge them into the current branch | |
Push changes to remote | |
Stash changes in the working directory |