Skip to content

Instantly share code, notes, and snippets.

@shadeven
Last active November 14, 2017 00:26
Show Gist options
  • Save shadeven/0b9f8180c34d49977545d2864a9aba32 to your computer and use it in GitHub Desktop.
Save shadeven/0b9f8180c34d49977545d2864a9aba32 to your computer and use it in GitHub Desktop.
  • Pull changes from develop branch for all submodules.

git submodule foreach git "pull origin develop"

  • Push changes from branch PD2-376-html-emails for all submodules.

git submodule foreach "git push origin PD2-376-html-emails"

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