On Tue, Dec 05, 2017 at 07:14:58AM -0800, Philippe Godfrin wrote: > Forgive my noobyness. What I am doing to learn Git is I have a 'central > repo' (which is not really a central) as a directory structure on a hared > network drive (windows H: drive). I have Git and Giteye installed. The repo > on the H: drive looks like this: > > Directory: H:\DBA_PROD\mssql > > Mode LastWriteTime Length Name > ---- ------------- ------ ---- > d----- 11/30/2017 11:05 AM procs > d----- 11/30/2017 10:12 AM sql > <snip>
For a start, could you elaborate on how did you make that directory "a repo"? Have you run something like git init H:\DBA_PROD ? The reason I'm asking is that I find the wording "I have a … repo … as a directory structure" to be strange: a Git repo is not something you have "as a directory structure" — it rather is a directory with contents you typically have no business about since it's managed by Git. So let's clear this up first. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
