美文网首页
轻松切换Git用户的命令行工具:Git User Switch

轻松切换Git用户的命令行工具:Git User Switch

作者: 翟志军 | 来源:发表于2020-11-16 07:06 被阅读0次
    color-3274960_640.jpg

    使用此命令行工具,可轻松切换Git用户、邮件、 签名密钥。

    安装命令:

    npm i -g git-user-switch
    

    使用方法:

    Usage: git-user [options]
    
    Switch git users quickly. Switches locally by default
    
    Options:
      -V, --version  output the version number
      -g, --global   Switch global git user
      -d, --delete   Delete a git user from the listing
      -r, --reset    Deletes all data and resets
      -h, --help     display help for command
    
    0.png

    相关文章

      网友评论

          本文标题:轻松切换Git用户的命令行工具:Git User Switch

          本文链接:https://www.haomeiwen.com/subject/svxvbktx.html