Product-Foundry / embodiedmaking-com

Old Embodied Making commercial site
0 stars 5 forks source link

I messed up my local repository. How do I create / pull / connect a new one? #10

Closed sergejvm closed 11 years ago

sergejvm commented 11 years ago

Hi André,

I messed up my local repository when I moved it to a simpler location in my filesystem. A pull still works, but my files seem incomplete, and it sure doesn't run well on localhost.

Is there a howto donload a new local repository you can point me to to get setup in intelliJ again?

Thanks and sorry for the hassle.

Cheers, Sergej

andrekampert commented 11 years ago

If you go to the root of the project folder type

git fetch git reset --hard origin/master

That should do the trick...

sergejvm commented 11 years ago

Thanks, it worked.

sergejvm commented 11 years ago

Hi André, thanks, that did the trick. I was confused mainly because intellij now displays the folder tree horizontally rather than vertically in the window. Must be a configuration setting that I have changed. Anyway, most importantly, I can review and edit patterns again! Thanks.

On Fri, Dec 21, 2012 at 2:57 PM, Andre Kampert notifications@github.comwrote:

If you go to the root of the project folder type

git fetch git reset --hard origin/master

That should do the trick...

— Reply to this email directly or view it on GitHubhttps://github.com/andrekampert/embodied-making/issues/10#issuecomment-11613685.