Go to file
kai520144 11dbf0d765 上传文件至 / 2024-09-09 04:30:43 +08:00
.gitignore Initial commit 2024-09-09 04:28:36 +08:00
1.jpg Initial commit 2024-09-09 04:28:36 +08:00
4K云仓.json 上传文件至 / 2024-09-09 04:30:43 +08:00
310.js 上传文件至 / 2024-09-09 04:30:43 +08:00
0407.jar 上传文件至 / 2024-09-09 04:30:43 +08:00
0426hua159.txt 上传文件至 / 2024-09-09 04:30:43 +08:00
12921.txt 上传文件至 / 2024-09-09 04:30:43 +08:00
LICENSE Initial commit 2024-09-09 04:28:36 +08:00
README.md Initial commit 2024-09-09 04:28:36 +08:00
lib 添加 lib 2024-09-09 04:29:35 +08:00

README.md

从命令行创建一个新的仓库

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://gitlink.org.cn/qingying/img.git
git push -u origin master

从命令行推送已经创建的仓库

git remote add origin https://gitlink.org.cn/qingying/img.git
git push -u origin master