https://github.com/stsysd/git-user-select
https://github.com/stsysd/git-user-select
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stsysd/git-user-select
- Owner: stsysd
- Created: 2022-11-03T09:40:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T10:03:26.000Z (over 3 years ago)
- Last Synced: 2024-05-12T20:34:42.802Z (about 2 years ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# git-user-select
select git local user
## Requirements
- git
- deno
- fzf
## Instlation
```
deno task install
```
## Setting
add fields to `~/.gitconfig` or `~/.config/git/config` : like below
```
[users "work"]
name = Yamada Taro
email = taro@mail.for.work.com
[users "personal"]
name = ymd
email = ymd@mail.for.personal.com
```
## Use
```
git user-select
```