mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-18 23:02:22 +03:00
27 lines
649 B
Markdown
27 lines
649 B
Markdown
## git-bug user
|
|
|
|
Display or change the user identity.
|
|
|
|
### Synopsis
|
|
|
|
Display or change the user identity.
|
|
|
|
```
|
|
git-bug user [<user-id>] [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-f, --field string Select field to display. Valid values are [email,humanId,id,lastModification,lastModificationLamport,login,metadata,name]
|
|
-h, --help help for user
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
|
|
* [git-bug user adopt](git-bug_user_adopt.md) - Adopt an existing identity as your own.
|
|
* [git-bug user create](git-bug_user_create.md) - Create a new identity.
|
|
* [git-bug user ls](git-bug_user_ls.md) - List identities.
|
|
|