Skip to main content

Module git

Module git 

Source
Expand description

Git operation tools

Tools for git operations: status, diff, add, commit, log, blame, branch.

Re-exports§

pub use branch::GitBranchTool;
pub use branch::GitCheckoutTool;
pub use branch::GitStashTool;
pub use diff::GitDiffTool;
pub use log::GitBlameTool;
pub use log::GitLogTool;
pub use staging::GitAddTool;
pub use staging::GitCommitTool;
pub use status::GitStatusTool;

Modules§

branch
diff
log
staging
status