12

How can you see the file permissions set on a file in Github via the web interface?

I don't see an option to display this information, but it seems like it must be available.

Geoff Maddock
  • 1,522
  • 3
  • 23
  • 43

1 Answers1

2

Git only tracks the executable bit.

GitHub displays this information in the box header when opening a file:

github executable bit

leopold.talirz
  • 411
  • 4
  • 15