修改.gitignore 并应用于已存在的项目
摘要:1、git rm -r --cached . 2、git add . 3、git commit -m "重新设置.gitignore" 参考链接https://stackoverflow.com/questions/19663093/apply-gitignore-on-an-existing-re
阅读全文
posted @
2017-07-26 14:54
码农时刻
阅读(337)
推荐(0)
如何将github上的 lib fork之后通过podfile 改变更新源到自己fork的地址
摘要:解决办法: http://stackoverflow.com/questions/20936885/cocoapods-and-github-forks 就是fork完后,提交更改到自己的github上 然后修改podfile的pod导入方式 pod 'lib',:github=>'your for
阅读全文
posted @
2016-12-15 21:37
码农时刻
阅读(389)
推荐(0)