diff --git a/packages/projects-docs/pages/sdk/create.mdx b/packages/projects-docs/pages/sdk/create.mdx index 1ca955a4..a0c4523b 100644 --- a/packages/projects-docs/pages/sdk/create.mdx +++ b/packages/projects-docs/pages/sdk/create.mdx @@ -137,6 +137,10 @@ git push This approach ensures your work is properly persisted and archived when necessary. + +You can also just initialize git in a folder if you want to use git features, but not push remotely. This also ensures correct persistence. + + ## Connect Establishes a connection to the sandbox and returns a client for interacting with it: