cgu是 change git user 的缩写,顾名思义,这是一个方便切换git用户的命令行小工具,它最大的优点就是不需要你记任何一个命令(当然cgu三个字母要记一下哈)

使用Golang开发,大道至简!

Github地址

cgu

change git user 切换git用户

Getting Started

Installing

1
$ go install github.com/huaweiouba/cgu@latest

Using

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
$ cgu

cgu ls  查看当前目录git仓库所使用用户,及用户列表
cgu use 切换当前目录的git仓库用户
cgu add 添加git用户
cgu del 删除git用户
当前目录使用 name=sunhuawei email=sunhuawei250@gmail.com (作用于/Users/sunhuawei/coding/cgu)
+-------------+------------------------+
|   用户名     |          邮箱           |
+-------------+------------------------+
| * sunhuawei | sunhuawei250@gmail.com |
+-------------+------------------------+

It’s over

Refuse complex, the rest is interactive processing. 拒绝复杂,剩下的就是交互式操作了

anqpZhtxkcCyMQ8.gif

ps: Thanks for the first star of toby, yes, cgu uses bubbletea ’s cool cli. 感谢 toby 大佬的第一个star,没错,cgu里面炫酷的cli使用 bubbletea