diff --git a/post-receive b/post-receive index 2635899..902ce20 100755 --- a/post-receive +++ b/post-receive @@ -1,5 +1,5 @@ #!/bin/bash -# Mirror pushes across ALL branches to GitHub +# Mirror all branches to GitHub on push GITHUB_REMOTE=github BRANCHES=$(git branch -r | grep -v '\->' | sed 's/origin\///')