#15514: adding option for computing a total dominating set
-------------------------------------+-------------------------------------
       Reporter:  azi                |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  graph theory       |   Resolution:
       Keywords:                     |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/azi/adding_option_for_computing_a_total_dominating_set|  
4cd153a457b2b47ee4fefe64d305d04c6c5f39a6
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by ncohen):

 I can't really help. I do not use the "git trac" commands.

 I would say that this checkout command creates a branch, that you now have
 to modify what you want in the code and create a commit, then that you
 have to push it ... But really I do not know what the "git trac" commands
 do.

 Without the git trac commands the following should work:

 git checkout -b my_new_branch develop # creates a new branch where develop
 is
 # Do your changes to Sage
 git commit -a # turn all your change into a commit (the equivalent of a hg
 patch)
 git push trac
 HEAD:u/azi/adding_option_for_computing_a_total_dominating_set

 Nathann

--
Ticket URL: <http://trac.sagemath.org/ticket/15514#comment:17>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to