From c332dbfee0e787498734a43a2fd490a9400af0e5 Mon Sep 17 00:00:00 2001 From: Zeon Date: Wed, 11 Sep 2024 02:38:52 +0000 Subject: [PATCH] chore(ci): automated push --- reset_git.sh | 2 ++ update_git.sh | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 reset_git.sh create mode 100644 update_git.sh diff --git a/reset_git.sh b/reset_git.sh new file mode 100644 index 0000000..8568d05 --- /dev/null +++ b/reset_git.sh @@ -0,0 +1,2 @@ +git config --global user.name "Neon" +git config --global user.email "neon@saahild.com" diff --git a/update_git.sh b/update_git.sh new file mode 100644 index 0000000..4d358d0 --- /dev/null +++ b/update_git.sh @@ -0,0 +1,9 @@ +echo "Updating files.." +git config --global user.name "Zeon" +git config --global user.email "zeon@saahild.com" +git add . || bash reset_git.sh +git commit -m 'chore(ci): automated push' || bash reset_git.sh +git push || bash reset_git.sh +bash reset_git.sh +#git config --global user.name "Neon" +#git config --global user.email "neon@saahild.com"