Git - where are the files stored -


i new git , version control in general, bear me.

i followed directions @ http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/ create git repository on server. note bare repository.

what unable understand files stored on server. not present in folder in repo created. folder structure (ls command):

branches  config  description  head  hooks  info  objects  refs 

i cannot find files (bunch of sql files) anywhere in here. they?

note git clone user@server.com:/path/to/repo local machine works fine.

the files in objects in few large binary files. won't find separate sql files there. need use git command access them.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -