标签: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
标签:mit testcase rap span png filter and 提交 apt
原文地址:https://www.cnblogs.com/yinqanne/p/9318768.html