Skip to content

Instantly share code, notes, and snippets.

@EvertonSilva
Created March 10, 2017 17:58
Show Gist options
  • Save EvertonSilva/f4acdd3fe903da77310f24dc37416c69 to your computer and use it in GitHub Desktop.
Save EvertonSilva/f4acdd3fe903da77310f24dc37416c69 to your computer and use it in GitHub Desktop.
Start git-daemon
# Start git-daemon to make local repositories available through network.
# see: https://www.kernel.org/pub/software/scm/git/docs/git-daemon.html
git daemon --verbose --export-all --base-path=/path/to/RepoSuperFolder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment