I created a new gitlab repo like this:
git remote add origin <new gitlab repo address>
git push -u origin master
Now "Settings / General / Visibility, project features, permissions / Project visibility" is "private".
Since we create a git repo per customer, this will get done often.
Is there a way to change the default for new projects to "internal"?
We run gitlab on-prem.