Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
MayeulC
on Sept 1, 2022
|
parent
|
context
|
favorite
| on:
Show HN: Encrypted Git hosting should be easy
I usually use the followig when developing with multiple people without an Internet connection:
https://stackoverflow.com/a/377293
git daemon --reuseaddr --base-path=. --export-all --verbose
Others can just pull from the IP address. Works well for hacking in the field, a PR is just one shout away :)
nathants
on Sept 2, 2022
[–]
telnet git on lan! til.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://stackoverflow.com/a/377293
Others can just pull from the IP address. Works well for hacking in the field, a PR is just one shout away :)