giffstack 0.2.0

Stacked diffs for GitHub. CLI for managing chains/trees of dependent PRs.
1
2
3
4
5
6
7
8
9
10
11
12
pub mod checkout;
pub mod commit;
pub mod dashboard;
pub mod init;
pub mod log;
pub mod new;
pub mod parent_branch;
pub mod publish;
pub mod push;
pub mod stack;
pub mod status;
pub mod sync;