git-uncommit 0.0.1

git reset --soft HEAD~
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn ::std::error::Error>> {
    git_uncommit::init();
    Ok(git_uncommit::main()?)
}