Original Reddit post

I work on a folder on my Mac at home — all my web dev projects, coding sessions, Claude Code workflows live there. Now I want to be able to continue working on the same projects from my MacBook Pro when I’m out. My current thinking:

  • Both machines are sometimes online at the same time
  • Folder is around 2 GB
  • I’m already using Git on most projects Options I’ve considered so far: Dropbox/iCloud: easy but worried about node_modules conflicts and sync issues Git push/pull routine: cleanest but requires discipline and re-running installs on the other machine SSH into Mac Studio + tmux: no sync needed, just remote in and continue the session Curious how others handle this. Do you have a go-to setup? Any pitfalls I should know about with Claude Code specifically (e.g. context, AGENTS.md, MCP config portability)? submitted by /u/chonkvandelay

Originally posted by u/chonkvandelay on r/ClaudeCode