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