Skip to content

Commit

Permalink
add credential helper to config of test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Aug 15, 2018
1 parent db14084 commit 905e6c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/repos/gpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 905e6c1

Please sign in to comment.