From 525ca8f528f68477b18e4463f20a6cadc6def138 Mon Sep 17 00:00:00 2001 From: Artem Kuznecov Date: Fri, 8 Nov 2024 18:40:59 +0400 Subject: [PATCH] add git push script --- git_push_to_beget_and_gitverse_and_github | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 git_push_to_beget_and_gitverse_and_github diff --git a/git_push_to_beget_and_gitverse_and_github b/git_push_to_beget_and_gitverse_and_github new file mode 100755 index 0000000..beec881 --- /dev/null +++ b/git_push_to_beget_and_gitverse_and_github @@ -0,0 +1,4 @@ +#!/bin/bash +git push origin main +git push gitverse main +git push github main