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:
parent
7b5aed5b48
commit
cac61e049a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
[user]
|
[user]
|
||||||
name = Yongmin Hong
|
name = Yongmin Hong
|
||||||
|
@ -10,6 +10,8 @@
|
||||||
editor = nano
|
editor = nano
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitaliases
|
path = ~/.gitaliases
|
||||||
|
[credential]
|
||||||
|
helper = 'store'
|
||||||
[diff]
|
[diff]
|
||||||
tool = default-difftool
|
tool = default-difftool
|
||||||
[difftool "default-difftool"]
|
[difftool "default-difftool"]
|
||||||
|
|
Loading…
Reference in a new issue