Skip to content
Snippets Groups Projects
Commit 8c0aa169 authored by jurgenhaas's avatar jurgenhaas
Browse files

Initialize git with develop as initial branch

parent 8d982aef
No related branches found
No related tags found
1 merge request!11Merging develop into main
Pipeline #1389976 failed
......@@ -26,7 +26,7 @@ final class Utils {
*/
protected static function gitInit(): void {
if (!file_exists('.git')) {
passthru(escapeshellcmd('git init'));
passthru(escapeshellcmd('git init --initial-branch=develop'));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment