Created
March 10, 2017 17:58
-
-
Save EvertonSilva/f4acdd3fe903da77310f24dc37416c69 to your computer and use it in GitHub Desktop.
Start git-daemon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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