feat: added git user and mail config
This commit is contained in:
parent
241fe8c53b
commit
f24d204152
3 changed files with 40 additions and 6 deletions
14
readme.md
14
readme.md
|
|
@ -29,23 +29,23 @@ GitLab:
|
|||
|
||||
```yaml
|
||||
# ~/.config/gogitlabber/gitlab.example.com.yaml
|
||||
debug: false
|
||||
concurrency: 15
|
||||
git_host: "gitlab.example.net"
|
||||
git_token: "glpat-"
|
||||
git_backend: "gitlab"
|
||||
include_archived: "excluded"
|
||||
debug: false
|
||||
destination: "$HOME/Documents"
|
||||
git_backend: "gitlab"
|
||||
git_host: "gitlab.example.com"
|
||||
git_token: "glpat-"
|
||||
git_user_mail: "john.doe@example.com"
|
||||
git_user_name: "John Doe"
|
||||
include_archived: "excluded"
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
gogitlabber -config=~/.config/gogitlabber/gitlab.example.com.yaml
|
||||
```
|
||||
|
||||
|
||||
## Access Token Permissions
|
||||
|
||||
### Gitea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue