dotfiles/_home/dot_gitconfig.tmpl

18 lines
523 B
Cheetah
Raw Normal View History

2024-09-28 23:59:32 +00:00
# This is Git's per-user configuration file.
[user]
name = Lockszmith (kateryna)
email = code@lksz.me
[credential]
helper = cache --timeout 21600
helper = oauth
# helper = oauth -device
[credential "https://code.lksz.me"]
oauthClientId = a4792ccc-144e-407e-86c9-5e7d8d9c3269
oauthAuthURL = /login/oauth/authorize
oauthTokenURL = /login/oauth/access_token
# oauthDeviceAuthURL = /login/oauth/authorize
# oauthDeviceAuthURL = /login/oauth/authorize_device
# oauthScopes = read_repository
[diff]
tool = vimdiff