* Stefano Lattarini wrote on Thu, Sep 02, 2010 at 08:59:44PM CEST: > Do you have any particualr suggestion on how to create a new remote > branch the right way? Is 'git push orig tests-init' enough?
I think so. I usually use --dry-run first to see what would happen. IIRC you may still have to explicitly make tests-init a tracking branch of origin/tests-init afterwards though; I just do that by creating a respective entry in '.git/config'. > However, I want to keep the part that converts tabs into spaces in > indentations. This part is fine with me. Thanks, Ralf