On Sun, Jul 15, 2012 at 10:21 AM, Aaron Meurer <asmeu...@gmail.com> wrote:
> https://git.wiki.kernel.org/index.php/GitFaq#How_to_fix_a_broken_repository.3F
> may also be useful.

mv sympy bad
mkdir sympy
git clone git://github.com/sympy/sympy.git
cd sympy
cp .git/config  config_bak
cp ../bad/.git/config .git/config

Then I pulled in all my pushed work. Perhaps I'll see what is
different about the bad sympy repo and the good one, but for now this
got me back on track.

/c

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to