We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41d8ba4 + 2970d73 commit a9079eeCopy full SHA for a9079ee
tests/get/git-repo.bats
@@ -72,6 +72,7 @@ teardown() {
72
git init
73
git config user.email 'mbland@example.com'
74
git config user.name 'Mike Bland'
75
+ git config commit.gpgsign false
76
printf '# This is a test\n' >README.md
77
git add README.md
78
git commit -m 'Initial commit'
0 commit comments