I build a folder in gitee library.
I use picgo
to help me upload the pics. At the same time, I want to make a copy for the blog files.
I used git pull
command to help update the local file.
Meanwhile,I can directly add file into the local folder. And the below git command to upload it.
git add -A
git commit -m "add new pics"
git push
If we want to directly access the file, we can use the https://gitee.com/zhulinmails/git-images/raw/master/2021/
to concatenate with the local file name. The result is shown below.
https://gitee.com/zhulinmails/git-images/raw/master/2021/2021-08-02_165202.png
The exploration give us a new way to do the picture library in Gitee.