Skip to content
Snippets Groups Projects
Commit 1b7b4181 authored by GitLab CI's avatar GitLab CI
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !29
parents 473d4ecb 05411b05
No related branches found
Tags v3.2.16
1 merge request!29Merging develop into main
Pipeline #1281155 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