diff --git a/Cargo.lock b/Cargo.lock index 54e83ce..c9d8859 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "git_mob" -version = "0.3.0" +version = "0.3.1" dependencies = [ "dirs", "git2", diff --git a/Cargo.toml b/Cargo.toml index eb900eb..f42a38e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git_mob" -version = "0.3.0" +version = "0.3.1" authors = ["Martin Frost "] edition = "2018" description = "A CLI tool for social coding." diff --git a/README.md b/README.md index 7144334..5e19d33 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ It is essentially a Rust clone of the [git-mob NPM package](https://www.npmjs.co Just run `cargo install git_mob` and you should be all set. +If it does not seem to work, try to run `git config --glebal commit.template +.git/.gitmessage` to ensure that you have configured your your gitmessage +template to where `git-mob` is looking for it. + ## Examples @@ -29,7 +33,8 @@ Just run `cargo install git_mob` and you should be all set. git mob a b -* Set Alice as the main author for any commits you make, since she is the one doing most of the thinking anyway, and add yourself as a mob member: +* Set Alice as the main author for any commits you make, since she is the one + doing most of the thinking anyway, and add yourself as a mob member: git mob -o a b me