8 lines
200 B
Bash
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
|