An implementation of git-mob in Rust
Go to file
Martin Frost ee7c56e0a0 Extract with_repo_or_exit
This will run a given function in a git repo, or print an error message
and exit if the current working directory is not within a git repo.
2020-05-23 20:56:32 +02:00
src Extract with_repo_or_exit 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 First draft of git-mob binary 2020-05-23 20:56:32 +02:00
Cargo.toml First draft of git-mob binary 2020-05-23 20:56:32 +02:00
LICENSE Initial commit 2020-05-23 20:54:38 +02:00