An implementation of git-mob in Rust
Go to file
Martin Frost 8032a08656 Add working version of git-solo
`git-solo` clears the `.git/.gitmessage` commit message template in the
current git repository.

If the current working directory is not within a git repository, it will
print `Not in a git repository` on stderr and exit.
2020-05-23 20:56:32 +02:00
src/bin Add working version of git-solo 2020-05-23 20:56:32 +02:00
.gitignore Add working version of git-solo 2020-05-23 20:56:32 +02:00
Cargo.lock Add working version of git-solo 2020-05-23 20:56:32 +02:00
Cargo.toml Add working version of git-solo 2020-05-23 20:56:32 +02:00
LICENSE Initial commit 2020-05-23 20:54:38 +02:00