On Sat, Feb 23, 2013 at 1:35 AM, David Joyner <[email protected]> wrote: > Hi: > > This is probably a really stupid question but I can't figure out the answer. > > I install sympy using git. There is a .git subdirectory in /sympy, so I think > this worked. I tried to make a git branch of sympy and then had to > quit. I may or may not > have worked. I forgot the name of the branch. Is there a way sympy tells you > the branch name?
`git reflog` will show you your activity -- you should see the branch name there. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
