[vlc-devel] Git tips

Pierre d'Herbemont pdherbemont at free.fr
Wed Mar 26 20:34:37 CET 2008


On Mar 24, 2008, at 12:43 AM, Pierre d'Herbemont wrote:
> Hi,
>
> Just a small notes on git:
>
> Most of current git usage invloves rebasing when updating. To ease
> here is a trick that some of view may appreciate:
>
> $ git config --global alias.up "pull --rebase"

More or those:

What's up:
> $ git config --global alias.wu "log origin..@{0}"


What's up (with patch):
> $ git config --global alias.wup "log -p origin..@{0}"

Hope this helps,

Pierre.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080326/95f3bde5/attachment.html>


More information about the vlc-devel mailing list