Repository Setup
This page explains how to connect and prepare your repository for GitCMS.
Connect a Repository
- Sign in with GitHub.
- Click "Connect Repository".
- Choose a repository from the list or create a new one.
- Select branch and click "Connect".
What GitCMS Adds
When connecting to a repository, GitCMS may add:
.gitcms/config.json— basic configuration.gitcms/schemas/— initial schema examplescontent/— content foldermedia/— media folder
Best Practices
- Use a dedicated branch for content if you prefer workflows.
- Add
.gitattributesfor LFS if you plan to host large files. - Keep media under
media/and content undercontent/.