1.create a new repository on the command line

echo "# springboot_test01" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:houjibofa2050/springboot_test01.git
git push -u origin master

2.push an existing repository from the command line

git remote add origin git@github.com:houjibofa2050/springboot_test01.git
git push -u origin master

 

Logo

免费领 150 小时云算力,进群参与显卡、AI PC 幸运抽奖

更多推荐