Skip to content

kulichkoff/chgpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chgpf

A simple command-line tool to change Git profiles with ease.

Table of Contents

Features

  • Switch between multiple Git profiles in a single command.
  • Easy configuration and setup.
  • Lightweight and fast.

Installation

To install chgpf, you can check Releases page or just install with cargo:

cargo install chgpf --git https://github.com/kulichkoff/chgpf

Usage

chgpf <profile_name>

Replace <profile_name> with the name of the profile you want to switch to.

Configuration

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"

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple command-line tool to change Git profiles with ease

Topics

Resources

License

Stars

Watchers

Forks

Languages