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

Git更新代码使用方法

时间:2020-07-13 15:32:14      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:width   拉取   shadow   margin   tree   round   stat   span   png   

Git更新代码使用方法

 在使用sourceTree过程中,项目太多的话容易造成使用上的错乱,针对一些不常用的项目可以使用git代码的方式进行合并

 

1、Git pull拉取最新代码

$ git pull

技术图片

  

2、git status 查看本地和git上的不同

git status

技术图片

 

3、git add . 添加新文件

git add .

技术图片

 

4、git status 变绿色就是提交暂存文件成功

技术图片

  

5、git commit -m ‘‘ 描述变更信息 

git commit -m 123

  技术图片

 

6、git push 合并到Git上

git push

  技术图片

 

Git更新代码使用方法

标签:width   拉取   shadow   margin   tree   round   stat   span   png   

原文地址:https://www.cnblogs.com/zibinchen/p/13293323.html

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