Skip to content

Branch Initialisation

What?

Adjusts the creation of Git repositories by Asimov to set the initial branch to 'master'.

Why?

Currently, Asimov assumes that the initial branch is called 'master' as this is the git default. However, should this be changed, this provokes failures due to the assumption.

Merge request reports