```bash Usage: glit [OPTIONS] [COMMAND]
Commands: repo Extract emails from repository org Extract emails from all repositories of a github organisation. user Extract emails from all repositories of a user help Print this message or the help of the given subcommand(s)
Options:
-v, --verbose Add information on commit hash, username ...
-o, --output
Fetch emails of all user/committer related to a repository.
bash
glit repo -u https://github.com/rust-lang/git2-rs
Fetch emails of all user/committer from all repositories of a user.
bash
glit user -u https://github.com/rust
Fetch emails of all user/committer from all repositories of an organization.
bash
glit org -u https://github.com/netflix
bash
cargo install glit-cli
Download a release, extract and run.
bash
tar -xvf glit-x86_64-unknown-linux-gnu-v0.2.0.tgz
mv glit /usr/local/bin/