TIL: Git does not track all file permissions on fi...
# random
v
TIL: Git does not track all file permissions on files. There is a
fileMode
that tracks the executable bit for files https://git-scm.com/docs/git-config#Documentation/git-config.txt-corefileMode Causing all kinds of mahem for me with openssh! 😄