In a local repo where does git save the files? -


i'm using local git repo, main repo folder stored in network path

i can push changes without problems , can see files in repo, when access main folder don't see files i've pushed

the files aren't store in main repo? locally?

edit: there no .git folder in main repo, that's why i'm questioning files are

i think call "main repo" git remote push to. in case guess remote configured "bare", meaning git-internal files stored. missing checked out version of each file. typical git server not need, there no human directly working on files, or other program (besides git) using them.

to clarify, internal files stored in .git directory. storage contains previous versions (or differences between versions). based on this, see regular files. bare repository has internal files.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -