随笔分类 - 版本管理
摘要:参考: https://blog.csdn.net/QQ2010899751/article/details/81347599 在合并几个oh的repo库后,repo sync repo sync时报出的警告: Fetching: 0% (0/465) 0:00 | ..working..Inval
阅读全文
摘要:参考: https://zhuanlan.zhihu.com/p/123370920 https://blog.csdn.net/csh1807266489/article/details/137828008 https://www.cnblogs.com/taohuaya/p/10761799.h
阅读全文
摘要:参考:https://blog.csdn.net/weixin_51753483/article/details/141001572 git remote add [shortname] [url] 在github新建仓库后,如果不是clone,也可以在本地通过如下命令与远程: $ git init
阅读全文
摘要:拓展上文:https://www.cnblogs.com/tong2357/p/18725407 参考:https://blog.csdn.net/wjjontheway/article/details/124128462 repo init -u git@gitee.com:openharmony
阅读全文
摘要:Makefile.inMakefile.am基本上都是一系列make变量定义。 当需要在与其开发平台不同的平台上构建包时,通。常需要调整其Makefile。例如,编译器可能有另一个名称或需要更多的选项。 David J. MacKenzie手工制作了一个名为configure的小shell脚本来自动
阅读全文
摘要:pull参考:https://www.runoob.com/git/git-pull.html push参考:https://www.runoob.com/git/git-push.html git pull是git fetch 和 git merge 的简写 git pull [远程仓库名] [分
阅读全文
摘要:参考:https://blog.csdn.net/wjjontheway/article/details/124128462 repo是为了管理多个git仓库而用的。 repo自己也建立了一个git仓库:manifest。用于管理各个子仓分别处于哪个分支。 repo只是一个脚本,要执行repo in
阅读全文
摘要:假设仓库存在两个分支,分支一为: commit 93ed75d2a12a543e44ae28a2393f91182d636677 (HEAD -> master) 77 commit c3048bbbac57e642d1ff49a87048a45b62e687c1 666 commit fc3e97
阅读全文