1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-19 21:28:28 +02:00

add credential helper to config of test repo

This commit is contained in:
Jesse Duffield 2018-08-15 15:15:21 +10:00
parent db140842f3
commit 905e6c16ba

View File

@ -6,6 +6,8 @@ git init
git config gpg.program $(which gpg)
git config user.signingkey E304229F # test key
git config commit.gpgsign true
git config credential.helper store
git config credential.helper cache 1
touch foo
git add foo