From 1532287cc7047c1c63fae8299a846185b12123c7 Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Tue, 30 Sep 2025 09:09:10 +0200 Subject: [PATCH] fix: explain empty git --- packages/projects-docs/pages/sdk/create.mdx | 4 ++++ 1 file changed, 4 insertions(+) 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: