Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsmartx/giter
git user manager
https://github.com/jsmartx/giter
cli cmd git gitconfig gituser golang ssh
Last synced: 23 days ago
JSON representation
git user manager
- Host: GitHub
- URL: https://github.com/jsmartx/giter
- Owner: jsmartx
- Created: 2019-01-01T08:04:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T07:39:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-01T17:06:19.133Z (about 1 month ago)
- Topics: cli, cmd, git, gitconfig, gituser, golang, ssh
- Language: Go
- Size: 26.4 KB
- Stars: 22
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
$ giterNAME:
giter - Git users managerUSAGE:
giter [global options] command [command options] [arguments...]VERSION:
x.y.zCOMMANDS:
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 commandGLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```