mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
ensure no merge commit during submodule update
This commit is contained in:
parent
c4347f4f74
commit
a942a8e1be
1 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,8 @@ can be influenced by defining the environment variable TAR_OPTIONS='--format=gnu
|
||||||
``git submodule init;
|
``git submodule init;
|
||||||
git submodule update;
|
git submodule update;
|
||||||
cd distributions;
|
cd distributions;
|
||||||
git pull origin master;
|
git fetch;
|
||||||
|
git pull --rebase origin master;
|
||||||
cd ..;
|
cd ..;
|
||||||
git commit distributions;
|
git commit distributions;
|
||||||
git push;``
|
git push;``
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue