Files
iBook/x.bat
2025-08-06 13:11:08 +08:00

8 lines
177 B
Batchfile
Executable File

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin http://biboer.cn:3000/gavin/iBook.git
git push -u origin main