Add gitlab to pass-git-helper

This commit is contained in:
coolneng 2020-10-27 13:02:34 +01:00
parent 3c840416f6
commit f1c108d991
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,15 @@
[git.coolneng.duckdns.org*] [git.coolneng.duckdns.org*]
target=dev/gitea target=web/git.coolneng.duckdns.org
username_extractor=specific_line username_extractor=specific_line
line_username=1 line_username=1
skip_username=7
[github.com*] [github.com*]
target=dev/github target=web/github.com
username_extractor=specific_line username_extractor=specific_line
line_username=1 line_username=1
skip_username=7
[gitlab.com*]
target=web/gitlab.com
username_extractor=specific_line
line_username=1
skip_username=7