-
-
Save carlospaiva/751753a72d40e173f9b593f00ab0a15f to your computer and use it in GitHub Desktop.
Revisions
-
liitfr revised this gist
Oct 7, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ - on your repo's root, run : `find . -type f | xargs chmod -x` - commit this change on files : `commit -n -m 'fix: files permission from 100755 to 100644'` - then with `vim .git/config`, set `filemode` option to `false` ``` [core] filemode = false -
liitfr revised this gist
Oct 7, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ - on your repo's root, run : `find . -type f | xargs chmod -x` - commit this change on files : `commit -n -m 'fix: files permission from 100755 to 100644'` - then with `vim .git/config`, set `filemode` option to false ``` [core] filemode = false -
liitfr revised this gist
Oct 7, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ # how to revert 100644 → 100755 commits - on your repo's root, run : `find . -type f | xargs chmod -x` - commit this change on files : `commit -n -m 'fix: files permission from 100755 to 100644'` - then with `vim .git/config`, set filemode option to false ``` [core] -
liitfr created this gist
Oct 7, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # how to revert 100644 → 100755 commits - on your repo's root, run : `find . -type f | xargs chmod -x` - then with `vim .git/config`, set filemode option to false ``` [core] filemode = false ```