Skip to content

Instantly share code, notes, and snippets.

@gopinath-langote
Created September 11, 2017 05:44
Show Gist options
  • Save gopinath-langote/c20819bbfef78a3ffc0a3fb349e15812 to your computer and use it in GitHub Desktop.
Save gopinath-langote/c20819bbfef78a3ffc0a3fb349e15812 to your computer and use it in GitHub Desktop.
Git serve patches
#!/bin/bash
echo "git pull --rebase git://`ipconfig getifaddr en0`/`basename $PWD` `git symbolic-ref --short HEAD`"
git daemon --base-path=.. --informative-errors --verbose --export-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment