Git repos from cloud providers
If your organization has access to AWS, Azure or Google cloud, all of these providers have git repo services.
Azure repos: https://azure.microsoft.com/en-us/services/devops/repos/
AWS CodeCommit: https://aws.amazon.com/codecommit/
Google Cloud Source Repositories: https://cloud.google.com/source-repositories/docs
This is the kind of thing that an admin or IT dept. would have to set up for you, unless you have admin privileges on your cloud account (most people do not).
So these would be alternatives to the more popular services such as GitLab or GitHub.
Azure repos: https://azure.microsoft.com/en-us/services/devops/repos/
AWS CodeCommit: https://aws.amazon.com/codecommit/
Google Cloud Source Repositories: https://cloud.google.com/source-repositories/docs
This is the kind of thing that an admin or IT dept. would have to set up for you, unless you have admin privileges on your cloud account (most people do not).
So these would be alternatives to the more popular services such as GitLab or GitHub.
Comments & Events
Thanks for this information!