Updating And Committing Only A Files Permissions Using Git Version

[Solved] Updating And Committing Only A Files Permissions Using Git Version | Shell - Code Explorer | yomemimo.com
Question : Updating and committing only a file's permissions using git version control

Answered by : disgusted-dragonfly-5sm1q2t23mto

git diff -p -R --no-ext-diff --no-color \ | grep -E "^(diff|(old|new) mode)" --color=never \ | git apply

Source : | Last Update : Thu, 21 Apr 22

Answers related to updating and committing only a files permissions using git version control

Code Explorer Popular Question For Shell