mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +02:00
Update data reference, git_update script changes
This commit is contained in:
Submodule data/glest_game updated: aea4d1ce12...3d89a45791
@@ -1,28 +1,28 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
LANG=en_US.utf-8
|
export LANG=C
|
||||||
|
|
||||||
cd "$(dirname $(readlink -f $0))"
|
cd "$(dirname $(readlink -f $0))"
|
||||||
|
|
||||||
echo STAGE 1/3 - GIT PULL
|
echo "STAGE 1/3 - GIT PULL"
|
||||||
echo
|
echo
|
||||||
echo Entering ../..
|
echo "Entering '../..'"
|
||||||
git pull
|
git pull
|
||||||
echo
|
echo
|
||||||
git submodule foreach 'git pull; echo'
|
git submodule foreach 'git pull; echo'
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo STAGE 2/3 - GIT BRANCH
|
echo "STAGE 2/3 - GIT BRANCH"
|
||||||
echo
|
echo
|
||||||
echo Entering ../..
|
echo "Entering '../..'"
|
||||||
git branch
|
git branch
|
||||||
echo
|
echo
|
||||||
git submodule foreach 'git branch; echo'
|
git submodule foreach 'git branch; echo'
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo STAGE 3/3 - GIT STATUS
|
echo "STAGE 3/3 - GIT STATUS"
|
||||||
echo
|
echo
|
||||||
echo Entering ../..
|
echo "Entering '../..'"
|
||||||
git status
|
git status
|
||||||
echo
|
echo
|
||||||
git submodule foreach 'git status; echo'
|
git submodule foreach 'git status; echo'
|
||||||
|
Reference in New Issue
Block a user