Files
devops/run.sh
2025-09-17 16:08:16 +08:00

9 lines
181 B
Bash
Executable File

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