mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 19:06:18 +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
|
||||
|
||||
git checkout master
|
||||
git submodule init
|
||||
git submodule update Pillow
|
||||
git submodule update --init Pillow
|
||||
cd Pillow
|
||||
git fetch --all
|
||||
git checkout $1
|
||||
|
|
Loading…
Reference in New Issue
Block a user