git-remote-htree 0.2.81

Git remote helper for hashtree - push/pull git repos via nostr and hashtree
Documentation
1
2
3
4
5
//! Git remote helper binary

fn main() {
    git_remote_htree::main_entry();
}