使用Git推送项目到Github,这个功能非常常用,所以记录下来。
…or create a new repository on the command line
从本地仓库推项目到远程仓库
1 | echo "# springboot_crud" >> README.md |
…or push an existing repository from the command line
从命令行推送现有的库
1 | git remote add origin https://github.com/dengweiqiang/springboot_crud.git |