gitkraft 0.9.1

GitKraft — Git IDE desktop application (Iced GUI)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Feature modules — each sub-module owns its commands, update logic, and view.

pub mod branches;
pub mod commits;
pub mod diff;
pub mod editor;
pub mod remotes;
pub mod repo;
pub mod staging;
pub mod stash;
pub mod theme;