git-uncommit 0.0.1

git reset --soft HEAD~
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
```sh
$ git commit
$ git reset --soft HEAD~
```

```sh
$ cargo install git-uncommit --version 0.0.1
```

```sh
$ git commit
$ git uncommit
```