> So, right now I have everything on testing. If I do a pull, will I end up > botched or will everything Just Work(TM)?
Do this locally: git br -m master prod git br -m testing master Then you should be able to pull or fetch or what have you. (Just use the new branch names from now on.) If you want to be extra careful, make a quick copy of your repo before you try it the first time. Cheers, Erik _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
