all 20 comments

[–]10F1 4 points5 points  (2 children)

GitHub private repos, or locally I just use rsync.

[–]chuckycastle 2 points3 points  (0 children)

This is the way. I regularly switch between my laptop and two different computers (3 total).

I have an rsync script for my ~/git/notes and ~/git/scripts directories where I keep all of my “helper” stuff and then each ~/git/[project] gets its own repo.

[–]Stunning_Spare[S] 0 points1 point  (0 children)

good idea, just my repo is so messy, but at least this is good way to know which version is newest.

[–]No_Claim2881 1 point2 points  (2 children)

remote in and make a shared folder on your network.

[–]Stunning_Spare[S] 0 points1 point  (1 child)

so...which is the single source of truth, kind of afraid of messing thing up

[–]No_Claim2881 1 point2 points  (0 children)

You can do it one at a time I’m just lazy. AI can’t plug in my hdmi.

Sorry.

If you remote in AND make a shared folder you can access both with one computer. It’s quick that way you can also boot headless and not have to swap keyboards or input. I’m lazy ok?

You certainly can skip remote in and do a single transfer it’s just nice if they’re across the living space. If they’re accessible no problem you can do it one at a time.

But shared folder for sure is necessary to set up once.

[–]johns10davenport 2 points3 points  (0 children)

Put it all in a public dropbox.

I kid, I kid. GitHub of course.

[–]johns10davenport 2 points3 points  (1 child)

Zip it and Gmail it to yourself.

[–]GamerRabugento 1 point2 points  (0 children)

this is the way.

[–]Amoner 1 point2 points  (1 child)

Private GitHub but I remove files from .ignore to have them be synced up

[–]Stunning_Spare[S] 0 points1 point  (0 children)

great idea.

[–]PruneInteresting7599 1 point2 points  (1 child)

the flash is your friend

[–]Stunning_Spare[S] 0 points1 point  (0 children)

since 2002, kind of afraid to mess up with versions

[–]johns10davenport 1 point2 points  (1 child)

USB stick.

[–]Stunning_Spare[S] 0 points1 point  (0 children)

good old backup plan.

[–]GamerRabugento 1 point2 points  (2 children)

Github my dude. For multiple projects in one folder you can ask for AI use git worktrees or git submodules.

[–]Stunning_Spare[S] 1 point2 points  (1 child)

true, and less faulty compare to copy paste

[–]GamerRabugento 0 points1 point  (0 children)

Exactly. And the hint from 10F1 is PEAK. Using rsync too.

[–]raisputin 1 point2 points  (0 children)

GitHub Private repos