Reputation: 16100
Is it possible to change the executable flag (which is the only file permission that git supports) of a file through the GitHub web interface? Of course, it can be done from the command line, but I was wondering if/how it can be done through the web interface.
Upvotes: 7
Views: 1981
Reputation: 2963
No, there is no way to change the file permissions via the GitHub UI, Rest API, or GraphQL API.
Upvotes: 6