SkillAgentSearch skills...

Gitswitch

🆔 manage git user and email among repos easily

Install / Use

/learn @huozhi/Gitswitch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Git-Switch - git profile manager

Install

npm install -g gitswitch

Usage

gitswitch ls

$ gitswitch ls

github
 - name: huozhi
 - email: huozhi@company.com
work
 - name: mr
 - email: mr@workspace.com

gitswitch add [alias] [name] [email]

$ gitswitch add github huozhi huozhi@company.com

gitswitch use [alias]

$ cd ~/workspace/your-repo
$ gitswitch use github

$ cat .git/config

[user]
name = huozhi
email = huozhi@company.com

gitswitch override [old email] [new name] [new email]

override git commit history of [old email] with name [new name] and email [new email]

LICENSE

MIT

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks0

Languages

JavaScript

Security Score

60/100

Audited on Aug 24, 2024

No findings