Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forthedamn/gitum
git user config manager,help you easy and fast set git local user config
https://github.com/forthedamn/gitum
git git-config git-user git-user-manager
Last synced: 5 days ago
JSON representation
git user config manager,help you easy and fast set git local user config
- Host: GitHub
- URL: https://github.com/forthedamn/gitum
- Owner: forthedamn
- Created: 2018-12-18T14:25:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T09:28:43.000Z (about 3 years ago)
- Last Synced: 2023-11-20T16:23:40.879Z (12 months ago)
- Topics: git, git-config, git-user, git-user-manager
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitum -- git user manager
[![NPM version][npm-image]][npm-url]
git user config manager,help you easy and fast set git local user config
## Install
```
$ npm install -g gitum
```## Example
* 1.Add user config first
```
$ gum add forthedamn [email protected]
$ gum add name [email protected]
```
* 2.Choose one user config,and your local git will use this user config
```
$ gum use forthedamn //switch config to forthedamn
Local user config has been set to: forthedamn
``````
$ gum ls* forthedamn - [email protected]
name -- [email protected]```
## Usage
```
Usage: gum [options] [command]Options:
-V, --version output the version number
-h, --help output usage informationCommands:
ls List all the git user config
use Change git user config to username
add Add one custom user config
del Delete one custom user config
help Print this help
```## LICENSE
MIT[npm-image]: https://img.shields.io/npm/v/gitum.svg?style=flat-square
[npm-url]: https://npmjs.org/package/gitum