git
koson_L
这个作者很懒,什么都没留下…
展开
-
repo代码遇到的问题
问题一:1.描述:repo init的时候gpg报错2.解决方案:拷贝同事的repo工具进行使用;问题二:1.描述:repo脚本git clone某个分支时报project not be found2.解决方案:叫gitlab管理员添加权限;...原创 2021-05-07 16:38:16 · 1247 阅读 · 0 评论 -
git 报错:ERROR: missing Change-Id in commit message footer
koson@koson-Liao:~/work/SourceFile/iwds_kernel/slpt$ git push origin Counting objects: 108, done.Delta compression using up to 8 threads.Compressing objects: 100% (15/15), done.Writing objects: 10原创 2016-06-07 14:47:52 · 3567 阅读 · 0 评论 -
git补丁
git 制作补丁与使用补丁:$ git diff > my.patch原创 2016-08-11 15:13:35 · 355 阅读 · 0 评论 -
repo仓库回退代码命令
repo forall -c 'commitID=`git log --before "2017-04-15 07:00" -1 --pretty=format:"%H"`; git reset --hard $commitID'原创 2018-01-03 19:04:53 · 3812 阅读 · 0 评论