Skip to content

Commit 8e39448

Browse files
committed
Anton suggestions
1 parent c638389 commit 8e39448

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/integrations/git.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ To push changes from your project to the remote repository:
242242
1. Make edits to your app.
243243
2. Check **Source Control > Changes**. The modified file will be tagged **M** and listed there.
244244
3. (Optional) Click **View Diff** to compare your edit with the previous version.
245-
4. Enter a short **commit message** (e.g., “Change welcome message”).
245+
4. Use AI to automatically generate a **Commit Message**, or enter your own message to describe what has changed.
246246
5. Click the **Push** icon to commit and push the update to your connected repository.
247247

248248
<div style={{
@@ -331,7 +331,9 @@ If you want to unlink your project from a connected Git repository:
331331
2. Click the **disconnect icon** on the right side.
332332
3. Confirm the action when prompted.
333333

334-
Once disconnected, your project will no longer sync changes with the remote repository. You can reconnect later if needed.
334+
Once disconnected, your project will no longer sync changes with the remote repository. Since you cannot connect a non-blank Git repo to an existing Dreamflow project, you will need to [clone your repository](#clone-codebase) into a new project if you would like to reconnect it to Dreamflow.
335+
336+
335337

336338
![disconnect-repo.avif](imgs/disconnect-repo.avif)
337339

0 commit comments

Comments
 (0)