I you have a clean branch develop of recent sage develop version you can create a new empty branch based on that recent develop version of sage:
git checkout develop -b train-track Then, you can pull the public train-track branch: git pull trac public/train-track Then, you can work. Of course, when you push to the public branch again: git push trac public/train-trac You force everyone to work on the recent sage develop branch.... which might not be a bad thing anyway. Sébastien On Tuesday, June 20, 2017 at 2:26:11 PM UTC+2, Thierry Coulbois wrote: > > Salut Sébastien, > > Bof, je voudrais compiler mon ticket public/train-track > > Euh, I am on my public/train-track ticket, so not so easy to pull the > lattest version. > > Thierry > > Le mardi 20 juin 2017 13:43:30 UTC+2, Sébastien Labbé a écrit : >> >> >> >> On Tuesday, June 20, 2017 at 11:28:11 AM UTC+2, Thierry Coulbois wrote: >> >> >>> [sagelib-8.0.beta4] make[3] : on entre dans le répertoire >>> « /home/coulbois/programmes/sage/cmi-sage/src » >>> >> >> Maybe you can try with the newest develop version (8.0.beta11) ? >> >> Sébastien >> > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
