We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b85b5e6 + 0652a46 commit f18271cCopy full SHA for f18271c
1 file changed
test/test_helper.bash
@@ -30,7 +30,7 @@ setup_repo() {
30
delete_repo
31
mkdir -p $TEST_REPO
32
cd $TEST_REPO
33
- git init
+ git init --initial-branch=master
34
git config --local --add secrets.patterns '@todo'
35
git config --local --add secrets.patterns 'forbidden|me'
36
git config --local --add secrets.patterns '#hash'
0 commit comments