Fix repos being created with target machine as remote name
[sockgit.git] / templates / hooks / post-receive
CommitLineData
9f5fe086
JC
1#!/bin/bash
2while read OLD_REV NEW_REV REF_NAME; do
10539325 3 git push -f public $NEW_REV:$REF_NAME
d3245580 4done