You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
281 B
20 lines
281 B
#
|
|
|
|
echo "--- ${0##*/}"
|
|
pwd=$(pwd)
|
|
top=$(git rev-parse --show-toplevel)
|
|
git pull --recurse-submodules=yes --rebase
|
|
gitid=$(git rev-parse --short HEAD)
|
|
echo gitid: $gitid
|
|
#cd $top/lib
|
|
#git pull --ff-only
|
|
|
|
cd $pwd
|
|
|
|
|
|
echo ...
|
|
exit $?;
|
|
|
|
true; # $Source: /my/shell/script/update.sh $
|
|
|
|
|