commit_upload.sh
... ...
@@ -1,6 +1,7 @@
1 1
#!/bin/bash
2 2
eval `ssh-agent`
3 3
ssh-add ~/.ssh/keys/orbit
4
+git add .
4 5
git add -u .
5 6
git commit -m "Update"
6 7
git push --force origin main
image/sos_1.png
... ...
Binary files /dev/null and b/image/sos_1.png differ