It may be helpful to add that the (hidden) .git directory is a subdirectory of the project directory. (Which seems to be true in my experience--maybe that's not always the case?)
On Thursday, October 26, 2017 03:55:23 PM Philip Oakley wrote: > The ".git" sub-directory that stores the whole repository is normally a > hidden directory (as are most directories with a name starting with a > dot). You can make windows explorer show them by setting an option. -- > Philip > > > If the repository is a working directory (not bare), then the repository > is stored in the ".git" directory. > > > If the repository is bare, then it is stored in the directory itself. > Bare repositories typically are used on git servers, rather than on > development desktops. > > Mark Waite > > > On Thu, Oct 26, 2017 at 11:50 AM Greg Quintana <[email protected]> wrote: > > Where does git on windows store the repositories? > > > > Thanks > Greg Quintana
