mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-09 19:29:39 +00:00
9 lines
342 B
Bash
9 lines
342 B
Bash
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"
|