Hello,

Where is the error? You have a local branch on your computer and there might be one or not on the git server. What you need is to upload your commits to a remote branch. This is

   git push trac HEAD:u/USERNAME/BRANCH_NAME

Then, after you login on the trac website, you can set manually the trac ticket field to "u/USERNAME/BRANCH_NAME".

If you are using git-trac I do not know.

Vincent

On 14/01/16 17:23, jhonrubia6 wrote:
I just made the error of committing changes on my local branch
t/19856/new_plot_function_hyperbolic_regular_polygon__ before
updating the branch field on the ticket #19856 in trac.sagemath so
now, it appears a "branch does not exist"  message in trac.sagemath
Is there a way to find the branch after the commit? and to manually
update it on trac.sagemath? thanks in advance


--
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 sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to