Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 326 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 326 Bytes

git serve

Serve the local directory by starting a git server daemon

Git alias:

serve = "-c daemon.receivepack=true daemon --base-path=. --export-all --reuseaddr --verbose"

Example:

git serve

Serve the local directory by starting a git server daemon, so others can pull/push from my machine.