[vlc-devel] Git tips

Pierre d'Herbemont pdherbemont at free.fr
Mon Mar 24 00:43:56 CET 2008


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"

you can now keep synced using "git up" (à la svn).

Also read more about git's aliases here:
http://git.or.cz/gitwiki/Aliases

Pierre.


More information about the vlc-devel mailing list