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

git的基本操作

时间:2018-12-11 01:36:06      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:git   test   提交   git add   pre   com   commit   操作   highlight   

1、加入缓存

git add .

2、拉到本地

git pull origin feat_1st_phase

3、提交commit

git commit  -m ‘test‘

4、推到仓库

git push origin feat_1st_phase

git的基本操作

标签:git   test   提交   git add   pre   com   commit   操作   highlight   

原文地址:https://www.cnblogs.com/piaobodewu/p/10100084.html

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