提交 c225a139 编写于 作者: B bbcallen

ffmpeg: sync-scripts: add more remote as mirrors

上级 463dd978
......@@ -9,7 +9,6 @@ git remote add libav git://git.libav.org/libav.git
git remote add gitcafe git@gitcafe.com:bbcallen/FFmpeg.git
git remote add oschina git@git.oschina.net:bbcallen/ffmpeg.git
git remote add csdn git@code.csdn.net:bbcallen/FFmpeg.git
git fetch --all
git branch --track ffmpeg ffmpeg/master
......
#! /bin/sh
cd ffmpeg-armv7a
git checkout ffmpeg
git pull
git checkout -
git checkout libav
git pull
git checkout -
git checkout master
git pull
git merge ffmpeg
git checkout -
git push origin --all
git push gitcafe --all
git push oschina --all
git push csdn --all
cd -
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册