Skip to content

Instantly share code, notes, and snippets.

@CoolOppo
Created April 10, 2015 03:57
Show Gist options
  • Save CoolOppo/c35eaba48f491494e0dc to your computer and use it in GitHub Desktop.
Save CoolOppo/c35eaba48f491494e0dc to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
git fetch
git reset --hard
git clean -fdx
git pull
git submodule sync --recursive
git submodule update --init --force --recursive
git submodule foreach --recursive 'git reset --hard'
git submodule foreach --recursive 'git clean -fdx'
git submodule foreach --recursive 'git pull'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment