Skip to content

Commit b1f9356

Browse files
committed
sync direction and merge conflict resolution
1 parent 9dd403e commit b1f9356

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/user-guides/desktop/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ Use `ping` in a Command Prompt or PowerShell terminal to verify the connection t
164164

165165
## Sync a local directory with your workspace
166166

167-
If you're working offline or adding screenshots to your documentation, Coder Desktop file sync can make it easier to move files to your workspace.
167+
Coder Desktop file sync provides bidirectional synchronization between a local directory and your workspace.
168+
You can work offline, add screenshots to documentation, or use local development tools while keeping your files in sync with your workspace.
168169

169170
1. Create a new local directory.
170171

@@ -182,6 +183,11 @@ If you're working offline or adding screenshots to your documentation, Coder Des
182183

183184
![Coder Desktop File Sync watching](../../images/user-guides/desktop/coder-desktop-file-sync-watching.png)
184185

186+
File sync excludes version control system directories like `.git/` from synchronization, so keep your Git-cloned repository wherever you run Git commands.
187+
This means that if you use an IDE with a built-in terminal to edit files on your remote workspace, that should be the Git clone and your local directory should be for file syncs.
188+
189+
If you encounter a synchronization conflict, delete the conflicting file that contains changes you don't want to keep.
190+
185191
## Accessing web apps in a secure browser context
186192

187193
Some web applications require a [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) to function correctly.

0 commit comments

Comments
 (0)