Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/projects-docs/pages/sdk/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ git push

This approach ensures your work is properly persisted and archived when necessary.

<Callout>
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.
</Callout>

## Connect

Establishes a connection to the sandbox and returns a client for interacting with it:
Expand Down