Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 230 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 230 Bytes

Order Service


echo "# order-service" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/MikeQin/order-service.git
git push -u origin main