Skip to content
Snippets Groups Projects

Merging develop into main

Merged GitLab CI requested to merge develop into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 05411b05
    #23 Git init with initial branch develop · 05411b05
    jurgenhaas authored
+ 1
1
@@ -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"');
}
Loading