From 6af2fa32901bf51745943c9028ee6fb1d2099d6f Mon Sep 17 00:00:00 2001 From: Parker Date: Tue, 14 Jan 2025 14:29:24 -0600 Subject: [PATCH] Hopefully Working --- post-receive | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/post-receive b/post-receive index 902ce20..6b14e62 100755 --- a/post-receive +++ b/post-receive @@ -1,5 +1,9 @@ #!/bin/bash +<<<<<<< HEAD # Mirror all branches to GitHub on push +======= +# Mirror all pushes to GitHub +>>>>>>> 16bba77 (Hopefully Working) GITHUB_REMOTE=github BRANCHES=$(git branch -r | grep -v '\->' | sed 's/origin\///')