18 lines
523 B
Cheetah
18 lines
523 B
Cheetah
|
# 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
|