From af5908bd4d6bb4bd64acbd32d4da9e53e0244ff9 Mon Sep 17 00:00:00 2001 From: Parker Date: Tue, 14 Jan 2025 14:24:21 -0600 Subject: [PATCH] Update Again --- post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\///')