[x264-devel] Notes on git.

Pierre d'Herbemont pdherbemont at free.fr
Mon Mar 3 02:42:23 CET 2008


I think that may help some of you.

Also the equivalent of "svn update" is NOT "git pull" (git fetch &&  
git merge) (You'll get merge object)
the equivalent of "svn update" IS "git pull --rebase" (git fetch &&  
git rebase)

the

Begin forwarded message:

> From: Pierre d'Herbemont <pdherbemont at free.fr>
> Date: March 3, 2008 2:39:28 AM CEST
> To: Mailing list for VLC media player developers <vlc-devel at videolan.org 
> >
> Subject: Re: [vlc-devel] Inspecting what you are going to push
>
>
> On Mar 3, 2008, at 1:30 AM, Pierre d'Herbemont wrote:
>
>>
>> On Mar 3, 2008, at 1:23 AM, Pierre d'Herbemont wrote:
>>
>>> Hi,
>>>
>>> Use
>>> $ git log origin..master
>>> to see what you are about to push
>>
>> and git diff origin..master will show you the full diff.
>
> gitk master show you a graphical view of it.
>
> Pierre
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20080303/1030b7de/attachment.htm 


More information about the x264-devel mailing list