gist命令工具使用

{% github defunkt gist 8d86604 width = 30% %} 按照gist 安装gist 1 brew install gist 创建gist 上传a.rb中的代码段: 1 gist a.rb 上传多个文件a.rb,b.rb,c.rb的代码段

subtree拆分大的git库到多个独立git库

Git 仓库拆拆拆 拆分一个子目录为独立仓库 1 2 3 4 5 6 7 8 9 10 11 12 13 14 # 这就是那个大仓库 big-project $ git clone git@github.com:tom/big-project.git $ cd big-project # 把所有 `codes-eiyo` 目录下的相关提交整理为一个新的分

zsh插件之gi使用说明

{% github joeblau gitignore.io a09921d width = 30% %} 配置zsh支持插件gi命令 先浏览oh-my-zsh/plugins目录下支持所有插件,找到gi命令的插件名称:gitign

使用gem升级pod方法

升级cocopods 1 2 3 4 5 6 sudo gem update --system gem source -l pod setup pod repo update --verbose sudo gem install cocoapods --pre sudo gem cleanup gem source 1 2 3 4 $ gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/ $ gem sources -l https://gems.ruby-china.com # 确保只有 gems.ruby-china.com 腾讯云: https://gems.ruby-china.com/ 淘宝:h

RxSwift应用登录验证

{% github it-boyer SimpleValidation fb7a58b width = 30% %} {% meting “0036mZ7Q1pk7st” “tencent” “song” %} 使用RxSwift的优点 RxSwift的目的是让让数据/事件流和异步任务能够更方便的序列化处理,能够使用swi