Skip to content
Snippets Groups Projects
Commit 05411b05 authored by jurgenhaas's avatar jurgenhaas
Browse files

#23 Git init with initial branch develop

parent 70d3aae6
No related branches found
No related tags found
1 merge request!29Merging develop into main
Pipeline #1281152 passed
......@@ -118,7 +118,7 @@ class Handler extends BaseHandler {
// Initialize local git working copy.
try {
$this->git('init');
$this->git('init --initial-branch=develop');
$this->git('add *');
$this->git('commit -m "Initial commit"');
}
......
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