Last active
May 10, 2022 10:58
-
-
Save kolomenkin/e431cd33608516fa4d646dc1e8c0b6e8 to your computer and use it in GitHub Desktop.
This file contains 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 characters
git init | |
git commit --allow-empty -m "initial empty commit" | |
# Recursively set executable flags for all shell files in git: | |
find . -name '*.sh' -exec git update-index --chmod=+x "{}" \; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment