git.softcreator
Self-hosted source control

Code that flows
forward and back.

Gitea instance for SoftCreator LLC. Sign in to access your repositories, or explore what's public.

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

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

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