Build Status Tag

setgitconfig-rs

Sets correct username and useremail for your git-url based on a configuration file.

Use case:

We work on several repositories from different version control providers. Sometime our username and emails are different and we need to set the git config for each of them otherwise the repositories do not detect it.

This binary solves exactly that, based on a simple toml file.

Configuration:

Debugging:

In case the binary is not working as expected, simply run the following: rust RUST_LOG=debug path/to/setgitconfig