gitconfig: add credential-helper store

Summary:
See http://go/man/git/credential-store

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Remove the config bar and check git asking for credential. Now patch it and test it again to verify.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D80
This commit is contained in:
revi 2024-05-12 19:03:10 +09:00
parent 7b5aed5b48
commit cac61e049a
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94

View file

@ -1,4 +1,4 @@
# Copyright (C) 2016 Yongmin Hong <https://revi.xyz>
# Copyright (C) 2016 Hong Yongmin <https://revi.xyz>
# SPDX-License-Identifier: Apache-2.0
[user]
name = Yongmin Hong
@ -10,6 +10,8 @@
editor = nano
[include]
path = ~/.gitaliases
[credential]
helper = 'store'
[diff]
tool = default-difftool
[difftool "default-difftool"]