<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><font face="arial, helvetica, sans-serif">Nicol<a class="gmail-m_-1519217958649252276gmail-Oux49" style="color:rgb(32,33,36);line-height:28px;overflow:hidden;white-space:nowrap">ás,</a></font></div><div><font face="arial, helvetica, sans-serif"><a class="gmail-m_-1519217958649252276gmail-Oux49" style="color:rgb(32,33,36);line-height:28px;overflow:hidden;white-space:nowrap">This is very helpful, </a></font></div><div><font face="arial, helvetica, sans-serif"><a class="gmail-m_-1519217958649252276gmail-Oux49" style="color:rgb(32,33,36);line-height:28px;overflow:hidden;white-space:nowrap">I was missing the concept of the  </a></font>"bare repository".  This fills in a major gap in my git knowledge.</div><div><br></div><div>Thanks</div><div><br></div><div>Peter</div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, 9 Jan 2019 at 18:35, Nicolás Alvarez <<a href="mailto:nicolas.alvarez@gmail.com" target="_blank">nicolas.alvarez@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> On 9 Jan 2019, at 13:24, Peter Grandcourt <<a href="mailto:peter.grandcourt@gmail.com" target="_blank">peter.grandcourt@gmail.com</a>> wrote:<br>
> <br>
> Hi. <br>
> I have converted a large repository to git using the svn-all-fast-export. <br>
> But after the conversation there is no .git folder, and so I can’t run any git commands. <br>
> <br>
> I can’t find anything in the instructions that would help. <br>
> Any idea what to do next?<br>
> <br>
> Thank you<br>
> Peter<br>
> <br>
<br>
The resulting repository is a "bare repository". It doesn't have a .git directory, it has the contents of the .git directory and no working copy. You can run git commands on it (did you try?), such as pushing it to a remote repository.<br>
<br>
If you want to use it locally straight away, you have to clone it to get a working copy.<br>
<br>
-- <br>
Nicolás</blockquote></div>