From d69485e50f4314330cef9ab127ce8b72d52a7130 Mon Sep 17 00:00:00 2001 From: Steve0Greatness Date: Sun, 5 May 2024 22:41:04 -0700 Subject: [PATCH] Added a Automatic Git Pusher --- GitPusher.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 GitPusher.ps1 diff --git a/GitPusher.ps1 b/GitPusher.ps1 new file mode 100644 index 0000000..c3ec08e --- /dev/null +++ b/GitPusher.ps1 @@ -0,0 +1,5 @@ +git push codeberg +git push github +git push gitlab +git push roundabout +./ManualDeploy.ps1