mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 11:26:17 +03:00
Merge pull request #188 from radarhere/submodule
Combined git submodule commands
This commit is contained in:
commit
5e86561c68
|
@ -8,8 +8,7 @@ if [ $# -eq 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git checkout master
|
git checkout master
|
||||||
git submodule init
|
git submodule update --init Pillow
|
||||||
git submodule update Pillow
|
|
||||||
cd Pillow
|
cd Pillow
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout $1
|
git checkout $1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user