> When your local version is screwed up it's usually simplest to move the
> local repo out of the way and reclone.  

can you elaborate on this point a bit?
move local repo out of the way meaning:

what i did was

mkdir backup
cp local_repo backup
rm -rf local_repo
mkdir local_repo
cd local_repo
git init
git remote add github [email protected]:me/remote-repo.git
git pull github master
rm -rf ../backup

that worked, but it seems like you might have meant something else?

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" 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/github?hl=en.

Reply via email to