git - Why doesn't a bare repository have refs/heads/master? -


i've got bare repository, , doesn't have entry in refs/heads master. storing ref?

you should find refs you're looking in packed-refs file. see git-pack-refs(1) documentation more. specifically:

when ref missing traditional $git_dir/refs directory hierarchy, looked in file , used if found.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -