7 lines
81 B
Bash
7 lines
81 B
Bash
|
mc
|
||
|
git pull
|
||
|
git add *
|
||
|
git commit
|
||
|
git push -u origin main
|
||
|
echo "Updated git repo"
|