Y
Hacker News
new
|
ask
|
show
|
jobs
by
mrweasel
292 days ago
I really want to store things locally though, and then just stick with cloud as backup. The problem is I also don't want to manage anything complex.
2 comments
swiftcoder
291 days ago
You can store code locally in git, and only use GitHub as a backup. This is the "distributed" part of "distributed version control"
link
redundantly
292 days ago
If you have a NAS you can run Gogs as a container for a git repo.
link
cmrx64
292 days ago
if you have a NAS you can just use a bare git directory as a remote
link
antonyh
292 days ago
I do this, works exceptionally well. It also works via a USB key.
link