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

https://github.com/stsysd/git-user-select


https://github.com/stsysd/git-user-select

Last synced: 10 months ago
JSON representation

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
```