github
·
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
更多推荐


所有评论(0)