Skip to content

Latest commit

 

History

History

git-serve

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.