Get started with Synq on your preferred platform. Our lightweight installer includes everything you need to begin using next-generation version control.
Size: 9.6 MB
Size: 20.1 MB
Click the download button for your operating system above to get the installer.
Run the installer and follow the setup wizard. Administrator privileges may be required.
Open your terminal and run
synq login
to confirm installation.
See repositories you have been invited to from your registered email inbox, or create your own repository from the dashboard after logging in.
Launch VS Code and open your terminal. Type
synq
to see all available commands.
Initialize your repository with:
synq init <repo_id>
Copy the repo_id from your repository page to get started.
Or migrate directly from GitHub:
synq init <github_url>
Move your existing GitHub repository to Synq using the GitHub URL to seamlessly transition your project.
Grant full access for direct collaboration:
synq share -c <email>
They can push changes and collaborate directly on your repository.
Allow view access to copy and work separately:
synq share -v <email>
They can view and copy the repository to work on it independently.
Revert to an old version of the repository if needed:
synq revert <ver> [path...]
Revert file(s) to a specific version. Check the website for logs.
Sync all files with an optional message:
synq . [-m message]
Syncs all changes and allows you to send a sync message with it.
Sync particular files with an optional message:
synq <file(s)> [-m message]
Sync specific files and have a message associated with it.
See files locked by you and others in the repository:
synq status
Shows which files are currently locked and by whom, helping you understand the current state of collaboration.
Check your own account information and settings:
synq account
Displays your account details, helping you verify your login status and account configuration.