Skip to content

stsysd/git-user-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors