任务::把做的简洁留言板上传到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

任务::把做的简洁留言板上传到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
本文标题:Git工具实现远程上传
本文链接:https://www.haomeiwen.com/subject/ccutmftx.html
网友评论