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.
1 parent 9ee7ca9 commit a8bfb9dCopy full SHA for a8bfb9d
bin/test
@@ -5,6 +5,7 @@ require 'bundler/setup'
5
6
`git config --global user.email "git@example.com"` if `git config user.email`.empty?
7
`git config --global user.name "GitExample"` if `git config user.name`.empty?
8
+`git config --global init.defaultBranch master` if `git config init.defaultBranch`.empty?
9
10
project_root = File.expand_path(File.join(__dir__, '..'))
11
0 commit comments