git.scplatform
Platform source control

The foundation
everything builds on.

Gitea instance for the SoftCreator Platform — shared libraries, services, and infrastructure that all SoftCreator products are built on.

quickstart
# Clone over HTTPS
$ git clone https://git.scplatform.softcreator.com/<owner>/<repo>.git

# Or over SSH
$ git clone git@git.scplatform.softcreator.com:<owner>/<repo>.git

# Push a new repository
$ git remote add origin https://git.scplatform.softcreator.com/<owner>/<repo>.git
$ git push -u origin main