Sempre quis um servidor git Ad-Hoc para compartilhar alguma fonte?
Use este alias simples para veiculá-lo na hora:
[alias]
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
Em seguida, execute o seguinte em um repositório git.
git serve
Qualquer um pode clonar seu repositório com
git clone git://your.laptop.ip.or.hostname/
Fonte: https://git.wiki.kernel.org/index.php/Aliases#Serve_repo_on_the_spot