Skip to content

Instantly share code, notes, and snippets.

@kurhula
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurhula/4ae4de21432491c71600 to your computer and use it in GitHub Desktop.
Save kurhula/4ae4de21432491c71600 to your computer and use it in GitHub Desktop.
Script to update all datawinners modules
cd ~/workspace/datawinners
source ~/virtual_env/datawinners/bin/activate
git stash
git pull --rebase
git stash pop
cd enketo-core
git stash
git pull --rebase
git stash pop
cd ~/virtual_env/datawinners/src/mangrove/
git stash
git pull --rebase
git stash pop
cd ~/workspace/datawinners
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment