Skip to content

Instantly share code, notes, and snippets.

@juliomatcom
Created May 5, 2021 15:51
Show Gist options
  • Save juliomatcom/4499b58387c66629311adddd37bd0550 to your computer and use it in GitHub Desktop.
Save juliomatcom/4499b58387c66629311adddd37bd0550 to your computer and use it in GitHub Desktop.
ignore errors using git submodule foreach
# example for node
git submodule foreach "npm i || :"
@0liver
Copy link

0liver commented Nov 26, 2022

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment