Created
May 5, 2021 15:51
-
-
Save juliomatcom/4499b58387c66629311adddd37bd0550 to your computer and use it in GitHub Desktop.
ignore errors using git submodule foreach
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 characters
# example for node | |
git submodule foreach "npm i || :" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot!