rgch 0.1.33

Rust version of gch
Documentation
1
2
3
4
5
use crate::proc::execute_mute;

pub fn reset() {
    execute_mute("git reset");
}