A simple command-line tool to change Git profiles with ease.
- Switch between multiple Git profiles in a single command.
- Easy configuration and setup.
- Lightweight and fast.
To install chgpf, you can check Releases page or just install with cargo:
cargo install chgpf --git https://github.com/kulichkoff/chgpfchgpf <profile_name>Replace <profile_name> with the name of the profile you want to switch to.
Create a configuration file in your home directory to define your Git
profiles. In Unix systems it should be ~/.config/chgpf/profiles.
[profile_name]
user = "your_email@example.com"
name = "Your Name"This project is licensed under the MIT License - see the LICENSE file for details.