Home > Blockchain >  How to set file permissions in GitHub
How to set file permissions in GitHub

Time:03-28

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.

CodePudding user response:

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

  • Related