[gst-devel] 0.11 development

Tim-Philipp Müller t.i.m at zen.co.uk
Tue Dec 7 13:43:59 CET 2010


On Tue, 2010-12-07 at 13:25 +0100, Edward Hervey wrote:

>   A word of caution regarding "git push" for those with commit access.
> 
>   If you're tracking both master and 0.11, running "git push" without
> any arguments implies that you want to push *all* locally tracked
> branches to the *origin* repo.
> 
>   Better avoid regretting it by always specifying at least the branch
> name you wish to push.
> 
>   => git push <branchname>

Two more things worth mentioning:

  1. there's

      git push --dry-run

  2. it's possible to change the default behaviour
     of git push to something more conservative:

      git config --global push.default tracking

     or

      git config --global push.default current

     (see man git-config)

Cheers
 -Tim






More information about the gstreamer-devel mailing list