Thanks to visit codestin.com
Credit goes to github.com

Skip to content

liuzh-fork/gacm

 
 

Repository files navigation

GitHub stars

Git Account Management Tools

English | 简体中文

Features

  • ✨ Seamless switching of GIT account

  • 🚀Minimalist operation,just like nvm

  • 😊 gacm ls Automatically add local git account

Getting Started

pnpm add gacm -g

yarn add gacm -g

npm install gacm -g

Usage

## just like nvm

## View the user list, and local users will be automatically added
gacm ls


## Switch git account
gacm use xxx ---local  

gacm use xxx ---global


## Add user,--alias Optional  define user alias
gacm add --name xxx --email xxx --alias xxx

## Define user alias
gacm alias xxxx xxxx

## Delete user
gacm delate user

License

MIT License © 2022 阿乐去买菜(alqmc)

About

Git Account Management Tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.2%
  • JavaScript 3.9%
  • Shell 0.9%