8000 docs: add file sync to coder desktop docs by EdwardAngert · Pull Request #17463 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add file sync to coder desktop docs #17463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 14, 2025
Prev Previous commit
Next Next commit
sync direction and merge conflict resolution
  • Loading branch information
EdwardAngert committed Apr 21, 2025
commit b1f935649f83af72771979ce6f7e67c23a94ee48
8 changes: 7 additions & 1 deletion docs/user-guides/desktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ Use `ping` in a Command Prompt or PowerShell terminal to verify the connection t

## Sync a local directory with your workspace

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.
Coder Desktop file sync provides bidirectional synchronization between a local directory and your workspace.
You can work offline, add screenshots to documentation, or use local development tools while keeping your files in sync with your workspace.

1. Create a new local directory.

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

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

File sync excludes version control system directories like `.git/` from synchronization, so keep your Git-cloned repository wherever you run Git commands.
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.

If you encounter a synchronization conflict, delete the conflicting file that contains changes you don't want to keep.

## Accessing web apps in a secure browser context

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