> Trying again.
Now it works, thanks! If all tests pass, I'll push it in.
> Note that when I try 'git ci -a' I get //
>
> bro...@ga:~/SYMPY-git/sympy$ git ci -a
> git: 'ci' is not a git-command. See 'git --help'.
>
> I used git-citool
You need to have this in your ~/.gitconfig:
[alias]
ci = commit
di = diff --color-words
st = status
co = checkout
otherwise just use "git commit".
Ondrej
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sympy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---