3/17/2024

git push steps

 echo "# car_app" >> README.md

git init

git add *

git commit -m "first commit"

git branch -M main

git remote add origin https://github.com/Guofeng-Yuan/car_app.git

git push -u origin main

没有评论: