On Thu, Sep 5, 2013 at 11:14 AM, Saurabh Jha <saurabh.j...@gmail.com> wrote:
> Hi,
>
> I am done with level 0 of matrices. Aaron has told me to squash the commits
> of [1] but I am not able to get it to work. Please help me here because I


Just do:

git rebase -i master

and for commits that you want to squash, replace the word "pick" with
"s" (or "squash").
It will squash it with the previous commit.

Ondrej

> think the code is in good shape now. I would also request someone to please
> have a look at [2].
>
>
> -Saurabh
>
> [1] https://github.com/sympy/sympy/pull/2248
> [2] https://github.com/sympy/sympy/pull/2206
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy.
> For more options, visit https://groups.google.com/groups/opt_out.

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

Reply via email to