码迷,mamicode.com
首页 > 其他好文 > 详细

Git 添加文件

时间:2019-12-14 19:06:45      阅读:66      评论:0      收藏:0      [点我收藏+]

标签:nbsp   class   http   div   function   文件   lin   使用   insert   

向仓库添加文件只要3步

技术图片

 

 

1、添加文件,复制文件到testgit目录下

2、执行git add 文件名 命令

# git add Hello.txt

3、执行提交命令

# git commit -m "first commit"

运行结果

1
2
3
[master(根提交) fc56011] first commit
 file changed, 1 insertion(+)
 create mode 100644 Hello.txt

4、推送,使用命令git push

1
git push

Git 添加文件

标签:nbsp   class   http   div   function   文件   lin   使用   insert   

原文地址:https://www.cnblogs.com/max-hou/p/12040253.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!