What is git filemode
? For me, it's in every repo's ./git/config
file, near the top:
[core] filemode = true
What is it? What does it mean? Does it bear any relation to
bare = false
which I also don't really understand?
What is git filemode
? For me, it's in every repo's ./git/config
file, near the top:
[core] filemode = true
What is it? What does it mean? Does it bear any relation to
bare = false
which I also don't really understand?