REDDIT 原始帖子
Best universal storage sync between devices
Hi all, I use both Codex and Claude Code a ton for work and my personal life. I have a macbook for work, and a macbook i use at home. each project has files saved on both devices, so trying to remember which files and conversations are on which computer has…
Hi all, I use both Codex and Claude Code a ton for work and my personal life. I have a macbook for work, and a macbook i use at home. each project has files saved on both devices, so trying to remember which files and conversations are on which computer has been rough lately. what's the best way to set up a unified system where i can work seamlessly on the same projects, whether i'm working from my work laptop or personal laptop? thank you in advance!
已收录讨论
Moderator Announcement Read More » Hey u/polarbdizzle, If your post is a screenshot of a ChatGPT conversation, please reply to this message with the conversation link or prompt. If your post is a DALL-E 3 image post, please reply with the prompt used to make this image. Consider joining our public discord server! We have free bots with GPT-4 (with vision), image generators, and more! 🤖 Note: For any ChatGPT-related concerns, email support@openai.com - this subreddit is not part of OpenAI and is not a support channel. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
For code, I'd use GitHub as the source of truth instead of trying to sync a live project folder through iCloud or Dropbox. You also run the risk of corrupted files if sync gets out of whack (been there... NOT fun at all). Private repo per project, commit and push before switching computers, keep large assets/docs in a separate cloud folder or database, and put secrets in something like 1Password instead of syncing your .env files. I use a clipboard manager called Pasteable (I built it for full transparency) for the quick, smaller, day-to-day handoff stuff between devices (files, screenshots, snippets, prompts, and random files), but for your actual project, GitHub is the industry standard.