X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fgit-howto.txt;h=5ba72eeeb9ebf3606ed0f99595bf23f63ca154f3;hb=e4de71677f3adeac0f74b89ac8df5d417364df2c;hp=06aee445017240da598318e2756a55b6fd9d0018;hpb=afc0a24d7d60f855676d8069011624d52361d7ed;p=ffmpeg diff --git a/doc/git-howto.txt b/doc/git-howto.txt index 06aee445017..5ba72eeeb9e 100644 --- a/doc/git-howto.txt +++ b/doc/git-howto.txt @@ -39,16 +39,17 @@ I. BASICS: 0. Get GIT: + Most distributions have a git package, if not You can get git from http://git-scm.com/ 1. Cloning the source tree: - git clone git://git.videolan.org/ffmpeg + git clone git://source.ffmpeg.org/ffmpeg This will put the FFmpeg sources into the directory . - git clone git@git.videolan.org:ffmpeg + git clone git@source.ffmpeg.org:ffmpeg This will put the FFmpeg sources into the directory and let you push back your changes to the remote repository. @@ -97,7 +98,7 @@ I. BASICS: git log You may also use the graphical tools like gitview or gitk or the web - interface available at http://git.videolan.org + interface available at http://source.ffmpeg.org 6. Checking source tree status: