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

Git提交代码注意点

时间:2018-07-16 17:59:28      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:mit   testcase   rap   span   png   filter   and   提交   apt   

1、提交代码

步骤

  • $ git pull origin master (在自己的分支上时) $ git pull (在master分支上时)

  • $ git add testcase/arts-autocomplete/autocomplete/bizer/autocomplete_product.txt

  • $ git commit -m "add two cases"

  • $ git push -u origin yinqin04

 

2、当产生冲突时的解决办法

撤销提交到仓库的代码

在自己的分支上操作

  • 首先查看代码版本号 $ git log

技术分享图片技术分享图片?

  • 回退到指定版本 $ git reset --soft c8c75d77342df200cd88c5316451a8215ae2ec37

  • 再重新push到代码库 $ git push origin yinqin04 --force

  • 再回到步骤1

Git提交代码注意点

标签:mit   testcase   rap   span   png   filter   and   提交   apt   

原文地址:https://www.cnblogs.com/yinqanne/p/9318768.html

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