把新 commits 同步到自己fork的仓库上

git clone -o bellchen https://github.com/bellchen/lottie-ios.git
cd lottie-ios/
git remote add airbnb https://github.com/airbnb/lottie-ios.git
git fetch airbnb
git merge airbnb/master
git push bellchen master

你可能感兴趣的:(把新 commits 同步到自己fork的仓库上)