On Tuesday, June 14, 2016 at 7:58:08 PM UTC+1, Rebecca Miller wrote: > > So I checked my log and the commit is in there. I juts did Git push trac > 20820, which is my ticket number. > normally it would look something like
git push trac HEAD:u/rlmiller/20820 This would create or update a branch named u/rlmiller/20820 on trac, which should be a shorthand for [email protected]:sage.git (as you could see by doing git remote -v) Well, it could be that you meant to use git trac extension, i.e. git trac push ... (trac and push don't commute :-)) > I've always used this command before. Now I did have to rebuild my sage > from scratch after the last beta, because it rewuired I update my operating > System. > Thanks, > Rebecca > > On Tue, Jun 14, 2016 at 1:48 PM, Dima Pasechnik <[email protected] > <javascript:>> wrote: > >> what are the commands you did? >> >> On Tuesday, June 14, 2016 at 7:47:46 PM UTC+1, Rebecca Miller wrote: >>> >>> Yes I did. >>> >>> On Tue, Jun 14, 2016 at 1:33 PM, Paul Masson <[email protected]> >>> wrote: >>> >>>> Did you commit? >>>> >>>> >>>> http://stackoverflow.com/questions/4181861/src-refspec-master-does-not-match-any-when-pushing-commits-in-git >>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "sage-devel" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/sage-devel/xZc8IFAqfg0/unsubscribe. >>>> To unsubscribe from this group and all its topics, 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. >>>> >>> >>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "sage-devel" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/sage-devel/xZc8IFAqfg0/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/sage-devel. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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.
