tuyen git set-user
Configure the git remote URL with an embedded username for authentication.
Usage
tuyen git set-user --remote <REMOTE> --username <USERNAME> --email <EMAIL>Options
-r, --remote <REMOTE>
- Git remote name to update with the embedded username.
- Required: Yes.
-u, --username <USERNAME>
- Git username to embed in the remote URL.
- Required: Yes.
-e, --email <EMAIL>
- Git email to set for this repository.
- Required: Yes.
-h, --help
- Print help.