Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は SVN でそれを行う方法を知っていますが、Git に移行しました。
彼らのサイトで説明されている最新バージョンを取得するためのコマンドは
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
特定のリビジョンを取得するための適切な引数は何ですか?
複製されたリポジトリで次を実行します。
git checkout <hash>
master ブランチに戻るには、次のコマンドを実行します。
git checkout master
特定のハッシュを見つけるには、次を使用できます。
git log
またはFFmpeg コミットをオンラインで参照します。