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"