Ask HN: How do you sync your Git repos across machines at home?
I have a multi machine setup and I don't want to use a third party service as a proxy to what I could be doing locally.
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)
20 comments
[ 3.0 ms ] story [ 44.4 ms ] threadabout git, yes a server is the answer
Diving into that rabbit hole now.
I also realize there's Amazon CodeCommit, interesting.
https://stackoverflow.com/questions/4131164/how-do-i-pull-fr...
If you want more functionality than that, gitlab has a free tier that can be self-hosted. same with gittea.
`git config receive.denyCurrentBranch updateInstead`