so, some weirdness happened recently with my remote repo. specifically, i seemed to have accidentally added my github repo as "origin" and "github" using "git remote add" . when i noticed, i deleted the one called origin, using "git remote rm origin". a "git remove show origin" confirmed "No such remote origin". sadly, "git remote show github" resulted in the following: * remote github URL: [email protected]:me/my-repo.git error: refs/remotes/origin/HEAD points nowhere! Tracked remote branches master
poking around google yielded some results, but none that i could grok. and i couldn't find anything on the support pages, or previous posts here. this error doesn't really seem to impact me, so maybe its not a really big deal. still it'd be nice to not have.... -- 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.
