sheepit 0.5.1

A simple rust tool for releasing projects 🚀
Documentation
1
2
3
4
5
6
7
8
9
pub mod branch;
pub mod clone;
pub mod commit;
pub mod path;
mod reference;
pub mod remote;
pub mod open;
mod ssh;
pub mod tag;