add a script to pull a branch and update submodules

This commit is contained in:
Enno Rehling 2014-12-12 13:45:17 +01:00
parent e1d5033b76
commit 386588083c

5
s/pull Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
if [ ! -z $1 ]; then
git checkout $1
fi
git pull && git submodule update