mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-23 00:43:40 +00:00
chore(ci): automated push
This commit is contained in:
parent
c425fe495e
commit
c332dbfee0
2 changed files with 11 additions and 0 deletions
2
reset_git.sh
Normal file
2
reset_git.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
git config --global user.name "Neon"
|
||||
git config --global user.email "neon@saahild.com"
|
9
update_git.sh
Normal file
9
update_git.sh
Normal file
|
@ -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"
|
Loading…
Reference in a new issue