Ask HN: How do you sync your Git repos across machines at home?
5 points| multiplied | 1 year ago
One obvious answer is to stand up my own local git server, perhaps finally put those Raspberry-pi's.
Any suggestions to improve upon this?
Even if I do go down the path of the raspberry pi, how do I configure it to hide behind the router where it is shielded from the external internet. (I want it completely disjointed from the internet if possible)
simon_acca|1 year ago
https://stackoverflow.com/questions/4131164/how-do-i-pull-fr...
multiplied|1 year ago
vineyardlabs|1 year ago
If you want more functionality than that, gitlab has a free tier that can be self-hosted. same with gittea.
stephenr|1 year ago
`git config receive.denyCurrentBranch updateInstead`
hnthrow10282910|1 year ago
multiplied|1 year ago
mindwork|1 year ago
multiplied|1 year ago
fhaldridge7|1 year ago
multiplied|1 year ago
KittenPassingBy|1 year ago
multiplied|1 year ago
unknown|1 year ago
[deleted]
stop50|1 year ago
multiplied|1 year ago
pavel_lishin|1 year ago
multiplied|1 year ago
I also realize there's Amazon CodeCommit, interesting.
pestatije|1 year ago
about git, yes a server is the answer
multiplied|1 year ago
Diving into that rabbit hole now.