Advanced Version Control with t.Git
For more precise control over your website’s updates and history, use t.Git, which automatically provides a repository for each site you create.
main Branch
The main branch represents the public version of your site. Merging changes into this branch triggers a build and updates your live site.
draft_cloud_site Branch
The draft version of your site corresponds to the draft_cloud_site branch. Any pull requests made to this branch will build and update the draft version in t.Site.
Tracking Changes
Browse pull requests and commits in t.Git to track modifications. The most recent open pull request to the main branch will be reflected in the draft version of your site in t.Site. Merging this pull request will update the live version of your site, making draft changes go public.
If you have any questions about using t.Site, don’t forget to check out the t.Site FAQ page.