mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-23 21:51:07 +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 gpg.program $(which gpg)
|
||||||
git config user.signingkey E304229F # test key
|
git config user.signingkey E304229F # test key
|
||||||
git config commit.gpgsign true
|
git config commit.gpgsign true
|
||||||
|
git config credential.helper store
|
||||||
|
git config credential.helper cache 1
|
||||||
|
|
||||||
touch foo
|
touch foo
|
||||||
git add foo
|
git add foo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user