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 9334677d81
commit f7205251a3
1 changed files with 5 additions and 0 deletions

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