6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
git pull origin main
|
|
git add .
|
|
git commit -m "update"
|
|
git push
|
|
|