On Monday, June 20, 2011, Carlos Martín Nieto <cmn@xxxxxxxx> wrote: > if you want to create the branch 'experimental', or if your deployment > system only checks out the 'master' branch, you might find > > git push website experimental:master > > useful. In this case you may have to force-push master again, which is > not recommended (though in your case it might be fine). FYI, that *replaces* the remore master branch with the local experimental branch. If you just want someone else to be able to be able to 'git pull website experimental', what you want to do is 'git push website experimental' or 'git push website --all'. -- -PJ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html