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!
- Host: GitHub
- URL: https://github.com/ktr0731/git-profile
- Owner: ktr0731
- License: mit
- Created: 2017-03-30T06:45:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T13:52:45.000Z (over 7 years ago)
- Last Synced: 2025-03-24T16:55:58.237Z (8 months ago)
- Topics: git
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).