#17227: Add new cutting rules for computing hyperbolicity
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  dcoudert               |       Status:  needs_review
           Type:         |    Milestone:  sage-6.4
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:  graph  |    Reviewers:  Nathann Cohen
  theory                 |  Work issues:
       Keywords:         |       Commit:
        Authors:  David  |  6f5df4ae85820ac3235c21134f79c07b27710184
  Coudert                |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/17227           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by ncohen):

 > PS: sorry for the multiple commits. I'm still lost with git. For
 instance, I don't know how to modify a commit without creating a new
 commit.

 1) If you want to merge the current (staged) modifications to the last
 commit, do "git commit --amend" (or "git commit -a --amend" to include all
 changes, as usual)

 2) If you want to merge some commits on an existing branch, checkout this
 branch then "git rebase -i the_older_commit_of_the_branch"

 Note that both do what is called "rewriting history". If you then want to
 push your changes to a Sage branch you will need to add a '-f' flag to
 'git push'.

 Nathann

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