northwang-lucky / git-user-cli

A CLI that allows you to switch git users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitusr

A CLI that allows you to switch git users.

Usage

Usage: gitusr [options] [command]

A CLI that allows you to switch git users.

Options:
  -V, --version         output the version number
  -h, --help            display help for command

Commands:
  add                   add and save a user
  current|ct [options]  show current repo/global user
  init [options]        read the user information from the git global configuration file to initialize the CLI
  list|ls               show all saved users
  remove|rm [options]   delete a user
  use [options]         switch user in a git repo or globally
  help [command]        display help for command

About

A CLI that allows you to switch git users.

License:MIT License


Languages

Language:TypeScript 91.4%Language:JavaScript 8.6%