Git
Git使用方法和技巧
絮语时光
移动应用开发
展开
-
git命令使用
GIT $ mkdir learngit 创建文件库 $ cd learngit 进入这个库 $ pwd 显示这个库的位置 $ git init. 初始化这个库 把readme.txt文件放到learngit库根目录下 $ git add readme.txt 添加新文件 $ git commit -m "wrote a ...原创 2022-12-09 10:21:00 · 225 阅读 · 1 评论 -
iOS cocoapods 组件化
https://github.com/xuyushiguang/HJSpecs.git https://github.com/xuyushiguang/HJPodTestLib.git 查看repos cd ~/.cocoapods/repos 创建spec索引 $ pod repo add HJSpecs https://github.com/xuyushiguang/HJSpec...原创 2018-09-05 11:22:02 · 847 阅读 · 0 评论