.gitconfig: add comment + prefer vim (more compatible)
這個提交存在於:
父節點
be5cc4ea50
當前提交
dffe727d18
共有 1 個檔案被更改,包括 3 行新增 和 1 行删除
|
@ -9,6 +9,8 @@
|
||||||
name = {{ .gitName }}
|
name = {{ .gitName }}
|
||||||
email = {{ .gitEmail }}
|
email = {{ .gitEmail }}
|
||||||
|
|
||||||
|
# Information on how to set this up:
|
||||||
|
# https://github.com/hickford/git-credential-oauth?tab=readme-ov-file#git-credential-oauth
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout 21600
|
helper = cache --timeout 21600
|
||||||
helper = oauth
|
helper = oauth
|
||||||
|
@ -21,7 +23,7 @@
|
||||||
# oauthDeviceAuthURL = /login/oauth/authorize_device
|
# oauthDeviceAuthURL = /login/oauth/authorize_device
|
||||||
# oauthScopes = read_repository
|
# oauthScopes = read_repository
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = vim
|
||||||
pager = delta
|
pager = delta
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
|
|
載入中…
新增表格
新增連結
新增問題並參考