In older versions of git, like those available in EL8, git init doesn't accept the -b/--initial-branch parameter. Instead, set the branch name afterwards.
git init
Signed-off-by: Nils Philippsen nils@redhat.com
Thanks for the fix.
Pull-Request has been merged by onosek
In older versions of git, like those available in EL8,
git initdoesn't accept the -b/--initial-branch parameter. Instead, set the
branch name afterwards.
Signed-off-by: Nils Philippsen nils@redhat.com