git用户
Bash脚本,用于轻松切换Git用户。
安装
将git-user复制到任何目录中,并确保它在PATH (并设置了可执行标志)。
用法
git user add john.doeacme.org " John DOE "
git user add jdoeprivate.local " John Doe "
# inside the Git repository
git user set john.doeacme.org
# sets user.name to John DOE
# a