Thanks to visit codestin.com Credit goes to github.com
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 9eccd9c + 34e9702 commit e93c1c6Copy full SHA for e93c1c6
1 file changed
testing/fixtures.py
@@ -38,7 +38,7 @@ def copy_tree_to_path(src_dir, dest_dir):
38
39
def git_dir(tempdir_factory):
40
path = tempdir_factory.get()
41
- cmd_output('git', 'init', path)
+ cmd_output('git', '-c', 'init.defaultBranch=master', 'init', path)
42
return path
43
44
0 commit comments