Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/bin/sh
# Update application to run for its current checkout.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
git pull
git submodule update