Emoji suggestion: Updating file permissions (e.g. for chmod +x)
See original GitHub issueHello @carloscuesta 😎!
- Emoji: ✋
- Code:
:hand:
- Description: When a commit is being made that contains permissions changes (usually using
chmod
) for files, for example to make them executable or not.
I use gitmoji in my team and have authored a commit purely for changing file permissions, to not find one. Therefore I propose the ✋ emoji for this, as it can represent a hand denying permission to someone/something. Am happy to accept other suggestions too.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Emoji suggestion: 🔑 for working on Access Control List (ACL)
Emoji : 🔑 Code: :key: Description: For working on role-based or ... Emoji suggestion: Updating file permissions (e.g. for chmod +x) #258.
Read more >Linux UGW permissions | Ars OpenForum
First specifies what the owner of the file can do, second specifies what people in the group owner can do, third specifies what...
Read more >What does "chmod +x <filename>" do and how do I use it?
chmod +x on a file (your script) only means, that you'll make it executable. Right click on your script and chose Properties ->...
Read more >Guidelines | Creating Images | OpenShift Container Platform ...
When creating container images to run on OpenShift Container Platform there are a number of best practices to consider as an image author...
Read more >Install GitLab Runner manually on GNU/Linux
Give it permissions to execute: sudo chmod +x /usr/local/bin/gitlab-runner. Create a GitLab CI user: sudo useradd --comment 'GitLab Runner' --create-home ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
🔑 makes the most sense to me.
What about removing
files
and just keepingAdding or updating configuration
?