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

Git更新github项目

时间:2018-01-22 19:25:35      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:commit   blog   gpo   color   行修改   克隆   class   pos   git clone   

1. 把github上你想要更新修改的项目克隆到本地

$ git clone https://github.com/delav/test.git

 

 2. 根据自己需求对项目进行修改

 

 3. 把项目放到缓存区

$ git add *

 

4. 提交到仓库

$ git commit -m "change xxx"

 

5.把更新后的代码推送到github仓库

$ git push

 

Git更新github项目

标签:commit   blog   gpo   color   行修改   克隆   class   pos   git clone   

原文地址:https://www.cnblogs.com/delav/p/8330018.html

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