Git工具实现远程上传
2018-07-19 本文已影响0人
表弟_212
任务::把做的简洁留言板上传到GitHub仓库中。。。
向仓库中添加文件流程

Git工作区域


(
先在GitHub创建到仓库 远程连接克隆下来
1: git clone 地址
2: git add .

3: git commit -m 'init'

(进去修改远程连接账号密码格式为:https:用户名:密码@gituhb.com/phpcalm/tpTest.git)
4: vi git/config

5: git pull
6: git push
