Quickly switch and manage multiple git profiles.
There are many similar tools that offer more features and look prettier than this. The main difference between them is this has zero dependencies and my focus is on reducing compile times and binary size.
The resulting binary building in --release
mode is 456K
only (on my machine).
If you have rust toolchain installed, you can just do:
shell
cargo install gprofile
Alternatively, you can download pre-build binaries from the release page to you $PATH.
Note: Resulting binary's name is git-profile
.
```shell
git profile --list
work
profilegit profile --use=work
work
profilegit profile --delete=work
personal
profilegit profile --edit=personal ```
```text
USAGE:
gprofile [FLAGS]
gprofile [OPTIONS]
FLAGS: -h, --help Prints help information -v, --version Prints version information
OPTIONS:
-c, --create Create a new profile
-r, --remove=