diff --git a/_home/dot_gitconfig.tmpl b/_home/dot_gitconfig.tmpl new file mode 100644 index 0000000..d2b8496 --- /dev/null +++ b/_home/dot_gitconfig.tmpl @@ -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