Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsmartx/giter

git user manager
https://github.com/jsmartx/giter

cli cmd git gitconfig gituser golang ssh

Last synced: 3 days ago
JSON representation

git user manager

Awesome Lists containing this project

README

        

Giter
=====

> Giter is a git users manager.

## Install

**Homebrew**
```
brew install jsmartx/giter/giter
```

**NPM**
```
npm install giter -g
```

**Snap**
```
snap install giter
```

## Usage

```
$ giter

NAME:
giter - Git users manager

USAGE:
giter [global options] command [command options] [arguments...]

VERSION:
x.y.z

COMMANDS:
list, ls List all the git user config
use Change git user config to username
show Show git user detail
add, new Add one custom user config
update Update one custom user config
del, rm Delete one custom user config
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```