hackclub-nest/update_git.sh

10 lines
342 B
Bash
Raw Permalink Normal View History

2024-09-11 02:38:52 +00:00
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"