Github で fork したリポジトリを最新の状態に更新する方法をご紹介します。
CocoaPods/Specs から fork したリポジトリを最新の master に更新したいとします。
下記のようにリポジトリを指定して git pull すればOKです。
git pull [email protected]:CocoaPods/Specs.git
または、
git pull [email protected]:CocoaPods/Specs.git master
以上、Github で fork したリポジトリを最新に更新したい、現場からお送りしました。