gprofile 0.2.0

Quickly switch and manage multiple git user profiles.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[bin]]
name = "git-profile"
path = "src/main.rs"

[package]
authors = ["pjmp"]
categories = ["command-line-utilities"]
description = "Quickly switch and manage multiple git user profiles."
edition = "2021"
homepage = "https://github.com/pjmp/gprofile"
keywords = ["cli", "gprofile", "git", "git-profile", "git-user"]
license = "MIT OR Apache-2.0"
name = "gprofile"
readme = "README.md"
repository = "https://github.com/pjmp/gprofile"
resolver = "2"
version = "0.2.0"