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

https://github.com/ktr0731/git-profile

Dead easy git profile switcher!
https://github.com/ktr0731/git-profile

git

Last synced: 7 months ago
JSON representation

Dead easy git profile switcher!

Awesome Lists containing this project

README

          

# Git Profile
Dead easy git profile switcher!

## Description
You can switch some profiles(set of username, email) with one command.

## Equipments
- Go

## Installation
``` sh
$ go get github.com/ktr0731/git-profile
```

## Usage
Add new profile
``` sh
$ git profile add
```

List all profiles
``` sh
$ git profile list
```

Use selected profile
``` sh
$ git profile use
```

Remove selected profile
``` sh
$ git profile rm
```

## License
Please see [LICENSE](./LICENSE).