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:
parent
db140842f3
commit
905e6c16ba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user