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
Post a Comment