mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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 update;
|
||||
cd distributions;
|
||||
git pull origin master;
|
||||
git fetch;
|
||||
git pull --rebase origin master;
|
||||
cd ..;
|
||||
git commit distributions;
|
||||
git push;``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue