feat: added git user and mail config

This commit is contained in:
Simon Cornet 2025-07-07 11:48:50 +02:00
commit f24d204152
3 changed files with 40 additions and 6 deletions

View file

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