#16603: permanental_minor_vector, matching polynomial
-------------------------------------+-------------------------------------
       Reporter:  pernici            |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  linear algebra     |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Mario Pernici      |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/pernici/ticket/16603             |  947ddd16da731019f25a951e43bf551ad997a700
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Replying to [comment:15 pernici]:
 > Hello,
 >   how can I access your branch u/vdelecroix/16603 ?

 How do you do with your branch ` u/pernici/ticket/16603`? All users have
 write access to `public/*` and `u/username/*` and read access everywhere.
 Just do in the Sage root:
 {{{
 $ git fetch trac u/vdelecroix/16603
 $ git checkout -b 16603_vincent_branch FETCH_HEAD
 }}}
 The first command download my two commits. The special temporary branch
 `FETCH_HEAD` is a pointer to the last commit. The second command creates a
 new branch called `16603_vincent_branch` and move to it.

 You can then merge these commits (if you like them) in your branch with
 {{{
 $ git checkout my_original_branch
 $ git merge 16603_vincent_branch
 }}}

 Is that clear enough?

 Vincent

--
Ticket URL: <http://trac.sagemath.org/ticket/16603#comment:16>
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