Инициализация репозитория с default именем ветви по умолчанию
This commit is contained in:
parent
3638d0c48d
commit
e6f9a7a0ff
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class Snag {
|
||||||
~ result.output.strip('\n')
|
~ result.output.strip('\n')
|
||||||
);
|
);
|
||||||
git(
|
git(
|
||||||
["init"],
|
["init", "--initial-branch=default"],
|
||||||
"A Git repository initialization error occurred"
|
"A Git repository initialization error occurred"
|
||||||
);
|
);
|
||||||
git(
|
git(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue