Add .gitconfig
This commit is contained in:
parent
08fe84eb47
commit
8f255c664f
|
@ -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
|
Loading…
Reference in New Issue