美文网首页
轻松切换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

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

  • 2021-04-13git账户名切换

    git账户名切换 1.设置git用户名、邮箱 git config user.name '' git config...

  • git

    命令行设置账号名 git config --global user.name "用户名" git config -...

  • git

    初次使用Git配置 在命令行输入以下命令 - git config -- global user.name "用户...

  • Git基础使用

    1.git工具命令行工具 git bash图形界面工具 sourcetree 2.配置全局的用户信息git co...

  • git常用命令

    安装好git工具 git config --global user.nameuser.emali 全局设置用户名和...

  • ios中git使用介绍

    git简介:git工具可以本地管理开发APP版本(使用的时候只需要切换到相应的分支即可 Switch to Bra...

  • su和sudo的区别

    su=switch user 切换用户sudo=super user do 采用超级用户操作 su 命令切换用户,...

  • git开始创建或者提交到已有的空项目中

    命令行指令 Git 全局设置git config --global user.name ""git config ...

  • Git 基础

    git 命令行 git clone 克隆下载git checkout dev 切换分支git branch 查看...

网友评论

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

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