k8s/app/1.sh
2022-03-23 22:18:18 +08:00

8 lines
200 B
Bash

echo "# myops_fastapi" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:milespeng/myops_fastapi.git
git push -u origin main