Patrice Chalin
Patrice Chalin

Reputation: 16100

How to set file permissions in GitHub

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

Answers (1)

Preston Martin
Preston Martin

Reputation: 2963

No, there is no way to change the file permissions via the GitHub UI, Rest API, or GraphQL API.

Upvotes: 6

Related Questions