From 608c804c12988cb655d1717e2fd387d964d1df79 Mon Sep 17 00:00:00 2001 From: Parker Date: Tue, 14 Jan 2025 14:35:52 -0600 Subject: [PATCH] TESTING --- post-receive | 4 ---- 1 file changed, 4 deletions(-) diff --git a/post-receive b/post-receive index 6b14e62..902ce20 100755 --- a/post-receive +++ b/post-receive @@ -1,9 +1,5 @@ #!/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\///')