CommitList

CommitList is a simple Git interface that displays changed files and the commit history.

Features

  • Changed files sidebar
    • Displays staged changes and working tree changes
    • Change current branch
    • Stage and unstage changes
    • View changes in the comparison interface
    • Commit changes with a message

CommitList Sidebar

Comparison interface

  • Commit List
    • Shows the commit history
    • For each commit, you can view the commit details and the changes associated with that commit
    • A list of branches allows you to view the history of other branches
    • You can compare two commits or branches to see how the repository state is different between them
    • You can view the directory tree at a specific point in time

CommitList