This commit is contained in:
Valeria Fadeeva 2024-10-07 00:38:42 +05:00
parent e229c54cd4
commit 6af312554d
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
git add . && git commit -m "Update" && git push git add . && git commit -m "Update"
git push
echo "Ready" echo "Ready"