So you want to push the current branch to trac; you have committed local 
changes.
Show us the output of

git status

if unsure. Then, in case, 
check that track's repo is known as trac. Type 

git remote -v

In the output you should see the line

trac g...@trac.sagemath.org:sage.git (push)

Then do

git push trac --set-upstream HEAD:u/zgershkoff/transversal_matroids

It should succeed, assuming your authentication with trac git is set up OK,
and setting the local branch to follow the remote one (anyway, the latter is no 
big deal if you only work on this branch from one local repo).

Finally, edit the ticket on trac and put 
u/zgershkoff/transversal_matroids into the branch field.
Done.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to