1. 程式人生 > >? 使用Git Bash添加文件

? 使用Git Bash添加文件

init bootstra bash com git add ron git init https push

https://blog.csdn.net/u010802169/article/details/80490886

$ git init

$ git remote add origin https://github.com/neirongguoyuzhenshi/Bootstrap-C-E.git

$ git add .

$ git commit -m ‘提交‘

$ git push -u origin master

? 使用Git Bash添加文件