Timeline for Why does everyone use Git in a centralized manner?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 14, 2016 at 19:51 | comment | added | fluffy | There are plenty of ways of making a git repo visible without running any special daemon; it can be accessed via pretty much any file share (smb, sshfs, etc.), and can even be made available as a plain ol' HTTP store as well. | |
| Apr 14, 2016 at 11:10 | comment | added | Steve Jessop | " I am very leery of daemons running on my own computer, or on my company-provided laptop." -- because aside from anything else, running a service on my laptop means that the service is unavailable when I close the lid! DynDNS might help with multiple locations (to an extent, you can still be trapped behind a NAT), but it doesn't help with powering down your network card... | |
| Apr 11, 2016 at 15:38 | history | answered | David Hammen | CC BY-SA 3.0 |