Add .gitconfig

This commit is contained in:
Lockszmith (kateryna) 2024-09-28 19:59:32 -04:00
parent 08fe84eb47
commit 8f255c664f
1 changed files with 17 additions and 0 deletions

17
_home/dot_gitconfig.tmpl Normal file
View File

@ -0,0 +1,17 @@
# 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